Home > front end >  Error when running gulp
Error when running gulp

Time:09-16


E: \ python \ untitled \ health \ front> Gulp
E: \ \ python untitled/health/front/node_modules \ gulp - cache \ lib \ index js: 60
Async _processFileAsync (inputFile, signals=new EventEmitter ()) {
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
SyntaxError: Unexpected identifier
At the Object. Exports. RunInThisContext (vm. Js: 76:16)
At the Module. _compile (Module. Js: 528:28)
At the Object. The Module. _extensions.. Js (module. Js: 565:10)
At the Module. The load (Module. Js: 473:32)
The at tryModuleLoad (module. Js: 432:12)
Ats Function. The Module. _load (Module. Js: 424:3)
At the Module. The require (Module. Js: 483:17)
At the require (internal/module. Js: thou)
At the Object. & lt; Anonymous> (E: \ python \ untitled \ health \ front \ gulpfile js: 13)
At the Module. _compile (Module. Js: 556:32)
Why is such mistakes? Because the package installation is not installed or completely how to return a responsibility

CodePudding user response:

Gulp - cache this package has a problem, can try in gulpfile. Js commented in var cache=the require (' gulp - cache);
Try running
  • Related