gpt4 book ai didi

reactjs - 使用 create-react-native-app 安装 react-native 会出错

转载 作者:行者123 更新时间:2023-12-04 15:55:30 25 4
gpt4 key购买 nike

我想学习 React-native,我正在关注 official docs.我正在使用 create-react-native-app 进行安装。

我也在为 reactjs 中的一个项目工作,该项目也是使用 create-react-app 安装的。当我尝试使用 cmd 安装 react-native 时:

npm install -g create-react-native-app

我看到以下错误

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! { Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! stack: 'Error: EACCES: permission denied, access \'/usr/local/lib/node_modules\'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/usr/local/lib/node_modules' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

我的 mac 已经有一个 node_modules 是在 Reactjs 安装过程中创建的。

当我运行 npm install create-react-native-app 时,模块已安装,但用于创建 React Native 应用程序的命令未被识别。

$create-react-native-app hello

-bash:create-react-native-app:找不到命令

是否可以同时在 react-native 和 reactjs 中工作?

最佳答案

任何带 -g 的东西都需要全局安装并需要 sudo 访问权限。因为这会在全局范围内安装。

sudo npm install -g create-react-native-app

关于reactjs - 使用 create-react-native-app 安装 react-native 会出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51878113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com