Raconteur Problem - Watchify

I’m trying to build/bundle the Raconteur scaffold using the command “gulp coffee” in the terminal, but I get the following error:

Error: Cannot find module ‘watchify’

So, am I missing something? As far as I can tell I installed gulp with the command “npm install --global gulp” but with a few warnings to "Please update to graceful-fs … "

Neil

Try running npm install to install other modules.

Okay, thanks. I’ve installed several modules, installed git, and added the git path. When I try “gulp coffee” I now get the following:

… Finished ‘buildUndum’ after 2.25 s
Starting ‘coffee’…
events.js:141
throw er; // Unhandled ‘error’ event
^
Error: watch C:\Users\Samsung\My Documents\if dev\undum\raconteur-scaffold-master\package.json EPERM
at exports._errnoException (util.js:870:11) …

Any idea of how to fix this?

Neil

Your gulp can’t find your files, game files or programs. Google it.