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