无法使用git bash

时间:2017-10-22 18:22:23

标签: react-native npm installation failed-installation

当我在git bash输入“npm install -g react-native-cli”时,我收到以下错误:

npm ERR! cb()从未调用过!

npm ERR!这是npm本身的错误。请在以下地址报告此错误:npm ERR! https://github.com/npm/npm/issues

npm ERR!可以在以下位置找到此运行的完整日志:npm ERR! C:\ Users \TOSHIBAİ5\ AppData \ Roaming \ npm-cache_logs \ 2017-10-19T04_04_05_774Z-debug.log

我已经安装了npm并将其目录添加到PATH变量中,当我在git bash中键入“which npm”时,它会显示目录,因此npm的安装没有问题。但它仍然会出现这些错误而且我被困住了。

注意:我按照https://shift.infinite.red/getting-started-with-react-native-development-on-windows-90d85a72ae65

上的说明操作

1 个答案:

答案 0 :(得分:2)

这可能发生在某些npm旧版本中。确保您使用的是更新的。

npm install -g npm

某些Linux发行版在其软件包上有旧版本的npm和node,您需要手动安装它。

编辑:我刚看到你有窗户。没关系,旧版本仍然是一个问题。