gpt4 book ai didi

node.js - npm - 错误 : The specified procedure could not be found

转载 作者:IT老高 更新时间:2023-10-28 23:25:31 26 4
gpt4 key购买 nike

错误:

module.js:347
' for module ' + JSON.stringify(this.id));
^
Error: The specified procedure could not be found.
c:\Users\Artur\workspace\xxx\node_modules\gulp-sass\node_modules\node-sass\vendor\win32-x64\binding.node
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (c:\Users\Artur\workspace\xxx\node_modules\gulp-sass\node_modules\node-sass\lib\index.js:211:15)
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)

系统:

  • 操作系统:Windows 8.1(64 位)
  • Node :v0.12.0
  • npm:2.5.1

背景:

昨天我试图开始一个新项目。并尝试使用 yeoman generator generator-gulp-angular 并得到一堆视觉基本错误。所以我安装了 Microsoft Windows SDK 和一堆来自微软的其他东西。所以现在我的已安装应用程序列表中有很多 Microsoft 条目,当我看到这些时我迷失了:

These might be relevant for the problem:

Microsoft Visual C++ x64 Libraries
Microsoft Visual C++ x86 Libraries
Microsoft Visual C++ 2005 Redistributable
Microsoft Visual C++ 2005 Redistributable
Microsoft Visual C++ 2005 Redistributable
Microsoft Visual C++ 2005 Redistributable (x64)
Microsoft Visual C++ 2005 Redistributable (x64)
Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.6161
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4974
Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219
Microsoft Visual C++ 2010 Express - ENU
Microsoft Visual C++ 2012 x64 Additional Runtime - 11.0.61030
Microsoft Visual C++ 2012 x64 Minimum Runtime - 11.0.61030
Microsoft Visual C++ 2012 x86 Additional Runtime - 11.0.61030
Microsoft Visual C++ 2012 x86 Minimum Runtime - 11.0.61030
Microsoft Visual C++ 2013 32bit Compilers - ENU Resources
Microsoft Visual C++ 2013 Core Libraries
Microsoft Visual C++ 2013 x64 Additional Runtime - 12.0.21005
Microsoft Visual C++ 2013 x64 Debug Runtime - 12.0.21005
Microsoft Visual C++ 2013 x64 Minimum Runtime - 12.0.21005
Microsoft Visual C++ 2013 x86 Additional Runtime - 12.0.21005
Microsoft Visual C++ 2013 x86 Debug Runtime - 12.0.21005
Microsoft Visual C++ 2013 x86 Minimum Runtime - 12.0.21005
Microsoft Visual C++ 2013 x86-x64 Compilers

Microsoft .NET Framework 2.0 SDK (x64) - ENU
Microsoft .NET Framework 4 Multi-Targeting Pack
Microsoft .NET Framework 4.5 Multi-Targeting Pack
Microsoft .NET Framework 4.5 SDK
Microsoft .NET Framework 4.5.1 Multi-Targeting Pack
Microsoft .NET Framework 4.5.1 Multi-Targeting Pack (ENU)
Microsoft .NET Framework 4.5.1 SDK

我不知道我真正需要/不需要什么,或者是否有任何冲突。

我昨天没有做任何事情,所以我就在那里完成了。

所以今天我发现我有一个旧版本的 npm (1.4.28) 并将其升级到版本 2.5.1。我刚刚从 nodejs.org 下载了一个新的 x64 安装程序.

在那之后,一切都被打破了。我什至不能再运行 gulp serve 来启动我现有的/正在工作的应用程序。几个小时以来,我尝试下载/修复/卸载/安装 Windows SDKnodejs 等。尝试了一堆我仍然不完全理解的命令,我仍然丢失的。

我尝试过的几件事:

  • npm 缓存清理
  • 删除 node_modules 文件夹并运行 npm install
  • 尝试了一些我用 node-gyp
  • 找到的命令
  • 试图将 msvs_version 属性设置为 something
  • 重启

这个错误让我觉得某种编译器有问题。但我不知道到底发生了什么。所以我试图了解问题的原因可能是什么?接下来我应该尝试什么来修复错误?

如果需要任何补充信息,请告诉我。

最佳答案

编辑(2015 年 4 月 2 日):
Node-sass 已经解决了这个问题。您可以安全地使用 Node v0.12,只需确保安装最新版本的 Node-sass 并更新您的本地和全局版本的 Gulp (https://github.com/gulpjs/gulp/issues/873)。出于存档目的,我将在下面留下原始回复。


卸载 Node v0.12 并安装 Node v0.10.28

http://nodejs.org/dist/v0.10.28/

您需要 .msi 安装程序

这解决了我的问题。

显然这是 node-sass 的一个问题,在更新之前无法修复: https://github.com/sass/node-sass/issues/653

关于node.js - npm - 错误 : The specified procedure could not be found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28435005/

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