【发布时间】:2020-10-29 08:06:09
【问题描述】:
即使在通过npm install -g react-native 等在全球范围内成功安装 npm 包后,我也会收到 bash:command not found。
我逐字关注https://medium.com/@jagatjyoti.1si13cs040/npm-g-install-npm-package-not-working-as-desired-why-why-why-19795abf0b59,并尝试使用sudo,但是安装后我仍然得到bash:command not found
这里出了什么问题,如何在我的 mac 上安装全局 npm 包?
【问题讨论】:
标签: node.js macos npm npm-install