2016-11-11 122 views
1

我试图安装离子和返回此错误:错误与故宫安装离子时,在Windows上安装-g离子科尔多瓦10

95376 warn optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\ionic\node_modules\ionic-app-lib\node_modules\glob-watcher\node_modules\chokidar\node_modules\fsevents): 
95377 warn notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) 
95378 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid OS: darwin 
95378 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Valid Arch: any 
95378 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual OS: win32 
95378 verbose notsup SKIPPING OPTIONAL DEPENDENCY: Actual Arch: x64 
95379 verbose stack Error: ENOENT: no such file or directory, rename 'C:\Users\<username>\AppData\Roaming\npm\node_modules\.staging\abbrev-afcbf2ea' -> 'C:\Users\<username>\AppData\Roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' 
95379 verbose stack  at destStatted (C:\Users\<username>\AppData\Roaming\npm\node_modules\npm\lib\install\action\finalize.js:25:7) 
95379 verbose stack  at C:\Users\<username>\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29 
95379 verbose stack  at FSReqWrap.oncomplete (fs.js:123:15) 
95379 verbose stack 
95379 verbose stack Error: ENOENT: no such file or directory, rename 'C:\Users\<username>\AppData\Roaming\npm\node_modules\.staging\abbrev-afcbf2ea' -> 'C:\Users\<username>\AppData\Roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' 
95379 verbose stack  at Error (native) 
95380 verbose cwd C:\Users\<username>\Documents\sc-ionic 
95381 error Windows_NT 10.0.14393 
95382 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\<username>\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "ionic" "cordova" 
95383 error node v6.9.1 
95384 error npm v3.10.9 
95385 error path C:\Users\<username>\AppData\Roaming\npm\node_modules\.staging\abbrev-afcbf2ea 
95386 error code ENOENT 
95387 error errno -4058 
95388 error syscall rename 
95389 error enoent ENOENT: no such file or directory, rename 'C:\Users\<username>\AppData\Roaming\npm\node_modules\.staging\abbrev-afcbf2ea' -> 'C:\Users\<username>\AppData\Roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' 
95390 error enoent ENOENT: no such file or directory, rename 'C:\Users\<username>\AppData\Roaming\npm\node_modules\.staging\abbrev-afcbf2ea' -> 'C:\Users\<username>\AppData\Roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' 
95390 error enoent This is most likely not a problem with npm itself 
95390 error enoent and is related to npm not being able to find a file. 
95391 verbose exit [ -4058, true ] 

它试图重新命名一些不存在的目录“缩写,afcbf2ea”在npm模块中。

+1

试着通过'npm cache clean'来重新安装它们。我在Windows 10上安装了它,2个小时后,它工作 – harishr

+0

尝试'npm install abbrev'然后尝试o安装'ionic' –

+0

这些解决方案都不起作用! :/我已经安装了离子,并在我的应用程序上正常工作,但是当我安装“cordova”时仍然返回此错误。 –

回答

1

我已经解决去除node_modules夹,然后运行:

npm install -g --save ionic cordova 

我认为这是一个缓存的问题时,一些wents错误的依赖安装离子+科尔多瓦的那个崩溃node_modules路径!