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/.bin——有没有办法告诉npm那里重新生成符号链接,而不是全部破坏node_modules并运行一个新的npm install?
node_modules/.bin
npm
node_modules
npm install
看起来npm rebuild应该可以解决问题。它对我有用。
npm rebuild