How do I prevent npm install from removing packages?

后端 未结 5 1294
无人及你
无人及你 2021-01-11 15:39

I\'m trying to set up a development environment with several packages, and as a result I need to manually install some dependencies. More specifically, I have some local ch

5条回答
  •  忘掉有多难
    2021-01-11 16:15

    Just Use Yarn to install package instead of using npm while installing packages

    yarn add package-name
    

提交回复
热议问题