共计 437 个字符,预计需要花费 2 分钟才能阅读完成。
ubuntu 上的 yarn 装置的可执行文件在哪里?
应用 yarn 装置一些货色
(svddb_service) ╭─[email protected] ~/code/vobile/svddb_service ‹master*›
╰─➤ yarn global add vcicd-cli
yarn global v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- cicd
Done in 9.49s.
然而要用的时候,却没有
╰─➤ cicd
zsh: command not found: cicd
怎么办?
通过 yarn 全局装置后命令为何不能应用?理解到,用上面的形式就能够查看了:
╰─➤ yarn global bin
/home/pon/.yarn/bin
正文完