ryanjdew / ml-slush-discovery-app

Quick up and running app for exploring MarkLogic data, based off of the marklogic-node slush template
Other
9 stars 7 forks source link

gulp version mismatch error #16

Closed djdman2000 closed 8 years ago

djdman2000 commented 8 years ago

$ 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)

ryanjdew commented 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?

djdman2000 commented 8 years ago

No issue with npm install but is that a required step?

ryanjdew commented 8 years ago

It is on initial setup or when changes are made to package.json, but package.json hasn't changed for about 3 months.

djdman2000 commented 8 years ago

Include in the setup then please?

ryanjdew commented 8 years ago

Done.