安装react native-命令行界面(env:node:没有这样的文件或目录)

时间:2018-08-30 08:01:31

标签: react-native command-line-interface

在终端(Mac OS)上执行此命令以进行设置时,它会响应本机环境 :〜​​npm install -g react-native-cli 出现错误 env:节点:没有这样的文件或目录

2 个答案:

答案 0 :(得分:0)

如果您使用的是ubuntu,请尝试以sudo npm install -g react-native-cli命令,并确保已在systrem中安装了node和npm

答案 1 :(得分:0)

似乎您的系统上没有安装节点。请遵循this link

上的说明

对于MacOS

安装自制软件

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装节点

brew install node

安装值班员

brew install watchman

最后安装React Native CLI

npm install -g react-native-cli