Hi, In your installation instructions it says: cd ~/ewdjs npm install ewdjs This is not correct, you're missing the dot after the install instruction. Should be: cd ~/ewdjs npm install ewdjs .
Hi,
In your installation instructions it says:
cd ~/ewdjs
npm install ewdjs
This is not correct, you're missing the dot after the install instruction. Should be:
cd ~/ewdjs
npm install ewdjs .