TannerRogalsky / punchdrunk

An attempt to replicate the LÖVE API in the browser using moonshine.

Home Page:http://tannerrogalsky.com/punchdrunk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu 32bit instructions fail at grunt

hayksaakian opened this issue · comments

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