gulp - IMA.js skeleton install: Cannot find module v8flags -


i've tried install hello world application command:

gulp app:hello 

i'm getting error message:

module.js:338     throw err;           ^ error: cannot find module 'c:\users\name\appdata\roaming\npm\node_modules \gulp\node_modules\v8flags\3.28.73.flags.json'     @ function.module._resolvefilename (module.js:336:15)     @ function.module._load (module.js:278:25)     @ module.require (module.js:365:17)     @ require (module.js:384:17)     @ object.<anonymous> (c:\users\name\appdata\roaming\npm\node_modules \gulp\bin\gulp.js:25:22)     @ module._compile (module.js:460:26)     @ object.module._extensions..js (module.js:478:10)     @ module.load (module.js:355:32)     @ function.module._load (module.js:310:12)     @ function.module.runmain (module.js:501:10) 

probably have old version of gulp.

try reinstall npm install --global gulp.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -