安装 react native - 命令行界面(环境:节点:没有这样的文件或目录)

Posted

技术标签:

【中文标题】安装 react native - 命令行界面(环境:节点:没有这样的文件或目录)【英文标题】:installing react native - Command line interface (env: node: No such file or directory) 【发布时间】:2019-02-05 02:25:42 【问题描述】:

在终端(Mac OS)上执行此命令以设置反应本机环境 :~ npm install -g react-native-cli 收到错误 env: node: No such file or directory

【问题讨论】:

您使用的是哪个操作系统?你有安装节点吗? 你可以在这里找到解决方案https://***.com/questions/43465086/env-node-no-such-file-or-directory-in-mac 使用 OS X ...... 【参考方案1】:

如果您使用的是 ubuntu,请尝试以下命令

sudo npm install -g react-native-cli

并确保您的系统中安装了 node 和 nstrong textpm。

【讨论】:

【参考方案2】:

您的系统上似乎没有安装节点。按照this link上的说明进行操作

适用于 MacOS

安装 Homebrew

/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

【讨论】:

以上是关于安装 react native - 命令行界面(环境:节点:没有这样的文件或目录)的主要内容,如果未能解决你的问题,请参考以下文章

Window平台下React Native 开发环境搭建

React Native - 认识与环境搭建

React Native 环境搭建

mac 怎么安装react依赖

React Native 之 搭建开发环境

react-native-maps 安装