1
:いくつか存在しないディレクトリ「略語-afcbf2eaを」名前を変更しようとしているエラー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 ]
in npmモジュール。
'npm cache clean'を試して再インストールしてください。私はWindows 10に2時間戻ってインストールしました。それは正常に動作しました。 – harishr
'npm install abbrev'を試してから、' ionic'をインストールしてみてください –
これらの解決策のどちらも動作しません! :/私はイオンだけをインストールして、 "ionic serve"をアプリにはうまくいきますが、 "cordova"をインストールしてもこのエラーが返されます。 –