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 注册表中有更新的包,我npm install package该如何做才会安装包。
npm install package
我的意思是它甚至不会检查依赖项,而只会检查我想要的主包。
npm update package应该这样做。
npm update package