TannerRogalsky / punchdrunk

An attempt to replicate the LÖVE API in the browser using moonshine.
http://tannerrogalsky.com/punchdrunk/
MIT License
81 stars 10 forks source link

Ubuntu 32bit instructions fail at grunt #54

Open hayksaakian opened 10 years ago

hayksaakian commented 10 years ago

I git clone'd the project and followed instructions

It looks like missing dependencies, but isn't that what npm install is supposed to solve?

grunt Loading "coffee.js" tasks...ERROR

Error: Cannot find module 'lodash' Loading "watch.js" tasks...ERROR Error: Cannot find module 'fileset' Loading "connect.js" tasks...ERROR Error: Cannot find module 'cookie-signature' Local Npm module "grunt-mocha-phantomjs" not found. Is it installed? Warning: Task "connect:server" not found. Use --force to continue.

Aborted due to warnings.


I fixed this with

rm -r node_modules

and then sudo npm install