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.
我正在挑选我在 Node.js 中的一个项目。它工作得很好,但由于缺乏时间而没有投入生产。
我更新了节点、快递和套接字 io
npm update [package name] -g
我知道-g全局状态,但我不确定我是否以这种方式安装在服务器上,所以我的问题是:
-g
我怎么知道我的应用程序有哪个版本?
如果我只需要更新该应用程序,我应该如何进行?
npm ls - 列出已安装的包