Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 NPM 安装 Node 模块真的很容易:
sudo npm install -g ModuleName
但是如何在同一台机器上的 Node 应用程序代码中做同样的事情呢? 如何在全球范围内安装?我希望能够在不输入完整路径且不将其发布到 NPM 的情况下执行它。
谢谢乍得,这是正确的。我可以进入应用程序并运行 sudo npm install -g。