I'm facing an issue while trying to set up Gulp js on my system.
It seems like the installation is incomplete as running gulp -v
in powershell gives the following output:
[12:43:04] CLI version 1.3.0
[12:43:04] Local version 3.9.1
However, when attempting to execute .\node-setup.cmd
, it throws an error message:
Error: Cannot find module 'gulp-autoprefixer'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\LOBOS\FDD.WAP\gulpfile.js:5:20)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
Press any key to continue . . .
Seeking suggestions or guidance on resolving this issue. Any help would be appreciated!