raphaelluchini / popcorntime-smarttv

Version of Popcorn time for Samsung SmartTv
217 stars 48 forks source link

Where should i run grunt ? #18

Open brailateo opened 9 years ago

brailateo commented 9 years ago

run npm install ( was ok ) run grunt ( error )

teo@Acasa:~/teste/popcorntime-smarttv$ grunt /usr/bin/env: node: No such file or directory

pilap82 commented 9 years ago

Just checking: have you installed grunt ?

npm install -g grunt-cli

ssoto commented 9 years ago

You need to make a symbolic link running inside a console ln -s /usr/bin/node /usr/bin/nodejsor if you are in ubuntu can install apt-get install nodejs-legacy