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_modules 但不在依赖项中的包?我尝试npm install --sace --legacy-peer-deps <package-name>了,但它会将包添加到我的依赖项中。
npm install --sace --legacy-peer-deps <package-name>