安装NativeScript CLi

时间:2016-06-24 16:02:05

标签: angularjs nativescript

我正在尝试使用NativeScript,但我遇到了安装它的各种问题。我已经尝试过各种各样的解决方法,但是我一直在努力,所以我想我会在这里发布。

我在笔记本电脑上运行Windows 10。我目前得到的错误是:

..\src\fibers.cc(727): warning C4244: 'argument' : conversion from 'size_t' to 'double', possible loss of data [C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\node_modu
les\fibers\build\fibers.vcxproj]
..\src\fibers.cc(731): warning C4244: '=' : conversion from 'double' to 'size_t', possible loss of data [C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\node_modules\fib
ers\build\fibers.vcxproj]
..\src\fibers.cc(738): warning C4244: 'argument' : conversion from 'size_t' to 'double', possible loss of data [C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\node_modu
les\fibers\build\fibers.vcxproj]
..\src\coroutine.cc(110): warning C4552: '!' : operator has no effect; expected operator with side-effect [C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\node_modules\f
ibers\build\fibers.vcxproj]
..\src\coroutine.cc(186): warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\
node_modules\fibers\build\fibers.vcxproj]
  coro.c
  win_delay_load_hook.c
LINK : fatal error LNK1104: cannot open file 'libcpmt.lib' [C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\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:276:23)
gyp ERR! stack     at emitTwo (events.js:106:13)
gyp ERR! stack     at ChildProcess.emit (events.js:191:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
gyp ERR! System Windows_NT 10.0.10586
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 C:\Users\Aazir\AppData\Roaming\npm\node_modules\nativescript\node_modules\fibers
gyp ERR! node -v v6.2.1
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
Build failed
'nodejs' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Aazir\AppData\Roaming\npm
`-- (empty)

npm ERR! Windows_NT 10.0.10586

2 个答案:

答案 0 :(得分:4)

它说; nodejs'不被识别为内部或外部命令

也许你想重新安装你的nodejs;

请参阅:https://stackoverflow.com/a/27344046/816658

答案 1 :(得分:0)

我修复了它,问题只是我安装了最新版本的6.2.2.6 NativeScript尚未支持,我只是卸载它并安装了以前的版本并且工作正常