2016-08-25 13 views
0

開発マシンに最新の安定版のコードバをインストールしたいと考えています。Windowsにコードバをインストールする際にエラーが発生する10

しかし、インストールが失敗し、アップデートが必要なminimatchで警告が表示されました。そこで、3.10.6をインストールしたnpm v3にアップデートしました。今私は別のエラーを取得していますが、まだminimatchについての警告があります。誰かが私が間違っていることを教えてもらえますか? npm v3は最新の安定版ですか、ベータ版をインストールできましたか?

が、私は両方のNPMとコルドバのcleanコマンドを試してみましたが、私は、すべてのノードモジュールとnodejsをアンインストールし、空白の環境で起動

$ npm install -g cordova 
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue 
C:\Users\Acuity\AppData\Roaming\npm 
`-- (empty) 

npm ERR! Windows_NT 10.0.10586 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Acuity\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "cordova" 
npm ERR! node v4.5.0 
npm ERR! npm v3.10.6 
npm ERR! path C:\Users\Acuity\AppData\Roaming\npm\node_modules\.staging\abbrev-a6a00b47 
npm ERR! code ENOENT 
npm ERR! errno -4058 
npm ERR! syscall rename 

npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\Acuity\AppData\Roaming\npm\node_modules\.staging\abbrev-a6a00b47' -> 'C:\Users\Acuity\AppData\Roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' 
npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\Acuity\AppData\Roaming\npm\node_modules\.staging\abbrev-a6a00b47' -> 'C:\Users\Acuity\AppData\Roaming\npm\node_modules\cordova\node_modules\npm\node_modules\abbrev' 
npm ERR! enoent This is most likely not a problem with npm itself 
npm ERR! enoent and is related to npm not being able to find a file. 
npm ERR! enoent 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\Users\Acuity\npm-debug.log 
npm ERR! code 1 

答えて

0

管理者としてコンソールを実行しています、今では

の作品
関連する問題