gpt4 book ai didi

react-native - Yarn 全局安装到当前目录

转载 作者:行者123 更新时间:2023-12-05 06:41:31 25 4
gpt4 key购买 nike

我正在尝试让 React Native 在我的 Linux 机器上运行。为了让 cli 运行,我运行了:

$ yarn global add react-native-cli

并查看:

yarn global v0.16.1
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed react-native-cli@1.0.0 with binaries:
- react-native
Done in 1.70s.

一切都安装得很好,但是当我尝试创建一个新的 React Native 项目时,我得到:

$ react-native init Test
react-native: command not found

你会发现,yarn 正在将依赖项安装到当前目录中,而不是全局安装。有什么帮助吗?我正在运行 Lubuntu 16.04。

最佳答案

编辑

现在它works :

yarn config set prefix/usr/local

检查

yarn 配置获取前缀

请注意,只有可执行文件会安装到此 prefix 位置。软件包即在 Windows 上安装在 %USERPROFILE%\AppData\Local\Yarn\config\global\node_modules 中。

在 Windows 上我这样做:

mkdir ~/yarn-global
yarn config set prefix ~/yarn-global

全局路径 isn't configurable permanently然而。我们只能读取设置:

> yarn global bin
C:\Program Files\nodejs

当我尝试安装 elm-upgrade 时,日志中出现错误 %USERPROFILE%\AppData\Local\Yarn\config\global\yarn-error.log

Trace:
Error: EPERM: operation not permitted, open 'C:\Program Files\nodejs\elm-upgrade.cmd'
at Error (native)

但是 elm-upgrade 安装在 %USERPROFILE%\AppData\Local\Yarn\config\global\node_modules\.bin 中。

相关:

关于react-native - Yarn 全局安装到当前目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40330759/

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