2015-10-05 86 views
0

我试图运行广东话安装asyncawait使用NPM

npm install asyncawait --save 

在我的项目,它第一次尝试失败,我需要安装Python,现在它的输出这样的错误:使用

D:\Projects\Lounge\Lounge>npm install asyncawait --save 

> [email protected] install D:\Projects\Lounge\Lounge\node_modules\fibers 
> node build.js || nodejs build.js 


D:\Projects\Lounge\Lounge\node_modules\fibers>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild --release) else (node rebuild --release) 

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. 

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(366,5): warning MSB8003: Could not fi 
nd WindowsSDKDir variable from the registry. TargetFrameworkVersion or PlatformToolset may be set to an invalid versio 
n number. 

[D:\Projects\Lounge\Lounge\node_modules\fibers\build\fibers.vcxproj] 
TRACKER : error TRK0005: Failed to locate: "CL.exe". The system cannot find the file specified. [D:\Projects\Lounge\Lou 
nge\node_modules\fibers\build\fibers.vcxproj] 


gyp ERR! build error 
gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1 
gyp ERR! stack  at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:270:23) 
gyp ERR! stack  at emitTwo (events.js:87:13) 
gyp ERR! stack  at ChildProcess.emit (events.js:172:7) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) 
gyp ERR! System Windows_NT 10.0.10240 
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--release" 
gyp ERR! cwd D:\Projects\Lounge\Lounge\node_modules\fibers 
gyp ERR! node -v v4.1.0 
gyp ERR! node-gyp -v v3.0.3 
gyp ERR! not ok 
Build failed 
'nodejs' is not recognized as an internal or external command, 
operable program or batch file. 
[email protected] D:\Projects\Lounge\Lounge 
└── (empty) 

npm WARN EPACKAGEJSON [email protected] No repository field. 
npm WARN EPACKAGEJSON [email protected] No license field. 
npm ERR! Windows_NT 10.0.10240 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "asyncawait" "--save" 
npm ERR! node v4.1.0 
npm ERR! npm v3.3.4 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] install: `node build.js || nodejs build.js` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node build.js || nodejs build.js'. 
npm ERR! This is most likely a problem with the fibers package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node build.js || nodejs build.js 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls fibers 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  D:\Projects\Lounge\Lounge\npm-debug.log 
npm ERR! code 1 

林visual studio 2015,有C++编译器(2010-2015都是64位和32位) 节点4.1.0。

回答

0

原来我需要安装VS 2015年一些可选C++的东西,这是不包括在内,而这一切后工作。

+0

哪一个是?我也有同样的问题。 – garenyondem

+0

如果您尝试创建一个新的C++项目,它会告诉您安装另外的pacjages –

1

我正在运行几乎相同的堆栈,当我收到错误时,使用npm-windows-upgrade更新了NPM,结果一切正常(请注意,作者是Microsoft员工)。

从PowerShell提示符基本用法:

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

然后

npm install -g npm-windows-upgrade 
npm-windows-upgrade