私の生産版にaurelia-cliをインストールしています。私は、「http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/the-aurelia-cli」からの命令の次の午前私はnpm install aurelia-cli -g
を実行しようとしています毎回とき、今では、エラーの下に私を与える:aurelia cliをインストールするときにnpmがファイルの略語を見つけることができません
npm ERR! Linux 4.2.0-042stab113.11
npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "install" "aurelia-cli" "-g"
npm ERR! node v4.2.6
npm ERR! npm v4.0.3
npm ERR! path /usr/local/lib/node_modules/.staging/abbrev-d3948789
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-d3948789' -> '/usr/local/lib/node_modules/aurelia-cli/node_modules/npm/node_modules/abbrev'
npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/.staging/abbrev-d3948789' -> '/usr/local/lib/node_modules/aurelia-cli/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! /etc/apt/npm-debug.log
あなたはノードとnpmの更新版を使用していますか? –
問題は、aureliaではなく、node.jsとnpmに関連している可能性が高いようです。 – LStarky
はい、両方のアップデート版を使用していますが、この問題はnpmにのみ関連していますが、このエラーを解決するにはどうすればいいですか。 – HKumar