我正在使用具有 Node 12.3 和 NPM 2.9.1 的 Web 应用程序的新实例。Gulp PATH 似乎设置为 D:\Program Files (x86)\gulp\3.8.10。我相信 Gulp 3.8.10 有一个错误,应该通过更新到 3.8.11 来修复。在解决这个问题之前,我无法使用 gulp ......除非有另一种方法来处理这个问题?Azure 团队的任何帮助将不胜感激。在这个平台上,使用 Gulp 进行部署一直是我的眼中钉。我正在尝试将 vNext 部署与 Angular 和 WebApi 一起使用……因此,我的 gulp CI 构建无法前进。感谢任何能够提供帮助的人!
我认为这里提到了这个问题https://github.com/gulpjs/gulp/issues/893
Kudu Remote Execution Console
Type 'exit' then hit 'enter' to get a new CMD process.
Type 'cls' to clear the console
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
D:\home>gulp -v
module.js:338
throw err;
^
Error: Cannot find module 'D:\Program Files (x86)\gulp\3.8.10\node_modules\gulp\node_modules\v8flags\3.28.73.flags.json'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (D:\Program Files (x86)\gulp\3.8.10\node_modules\gulp\bin\gulp.js:25:22)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)