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
Just Use Yarn to install package instead of using npm while installing packages
Yarn
yarn add package-name