0

尝试react-native-cli安装

npm install -g react-native-cli

导致此错误:

npm ERR! Darwin 16.7.0
npm ERR! argv "/Users/kamleshtilwani/.nvm/versions/node/v8.6.0/bin/node" "/Users/kamleshtilwani/.nvm/versions/node/v8.6.0/bin/npm" "install" "-g" "react-native-cli"
npm ERR! node v8.6.0
npm ERR! npm  v3.4.1
npm ERR! code MODULE_NOT_FOUND

npm ERR! Cannot find module 'internal/errors'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/kamleshtilwani/npm-debug.log

NPM 安装错误

4

1 回答 1

0

在我的 Mac 上进行的快速测试表明,更新npm将为您解决问题。

这个问题的公认答案(也在 Mac 上)似乎也表明提高 npm 版本(在这种情况下为 5.4.2)将摆脱这个错误。

我能够react-native-cli使用 npm 5.0.0 在我的 Mac 上安装。我降级到 npm 3.4.1,尝试再次安装,并得到一个类似于你的错误,虽然我的咆哮internal/fs而不是internal/errors.

祝你好运!

于 2017-10-15T19:48:05.957 回答