gpt4 book ai didi

azure - Microsoft Azure - Gulp 3.8.10 不适用于新的 Web 应用程序实例

转载 作者:行者123 更新时间:2023-12-02 03:26:00 24 4
gpt4 key购买 nike

我正在使用带有 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)

最佳答案

简短版本:

您可以在您有权访问的位置安装您自己的 gulp 版本,例如 D:\home\npm_tools\,然后通过设置 AppSetting GULP_PATH = 覆盖默认的 gulp 路径D:\home\npm_tools\

长版本:

1) 进入上面的 DebugConsole

2) npm config set prefix "D:\home\npm_tools" (或者你想要的任何地方)

3) npm install -g gulp (或者,如果您的计算机也运行 Windows,您可以真正从计算机中压缩文件夹并将其放在某个位置)

4) 转到门户或管理应用设置的位置并设置 GULP_PATH = D:\home\npm_tools\

5) 刷新调试控制台

6) gulp -v,如果您在撰写此评论时刚刚安装了最新版本,则应该获得 3.9.0

我意识到这有点 hacky 和手动,但在我们更新该 gulp 版本之前它应该可以让您解锁

关于azure - Microsoft Azure - Gulp 3.8.10 不适用于新的 Web 应用程序实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30281327/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com