Closed djdman2000 closed 8 years ago
The mismatch shouldn't be much of an issue. The Cannot find module 'yargs'
is the real issue. Did you get an error when running npm install
?
No issue with npm install
but is that a required step?
It is on initial setup or when changes are made to package.json, but package.json hasn't changed for about 3 months.
Include in the setup then please?
Done.
$ gulp serve-local [16:29:17] Warning: gulp version mismatch: [16:29:17] Global gulp is 3.9.1 [16:29:17] Local gulp is 3.8.11 module.js:328 throw err; ^
Error: Cannot find module 'yargs' at Function.Module._resolveFilename (module.js:326:15) at Function.Module._load (module.js:277:25) at Module.require (module.js:354:17) at require (internal/module.js:12:17) at Object. (/Users/Tom/Temp/projects/aaos-slush-discovery-app/gulpfile.js:5:12)
at Module._compile (module.js:398:26)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Module.require (module.js:354:17)