Cannot find module 'coffee-script'
Update your package.json file
"coffee-script": "~1.6.3"
on "devDependencies" and update the npm again
npm update
the same issue fixed for me
Had similar problem when using grunt, I've removed
node_modules
folder from my root folder and run
npm install
That fixed my problem