Comment by jayknight
4 days ago
It gets tricky with private dependencies, then you have to pass some sort of token into the container to authenticate with the host when installing dependencies.
4 days ago
It gets tricky with private dependencies, then you have to pass some sort of token into the container to authenticate with the host when installing dependencies.
Definitely.
Would you prefer doing those tricks or exposing everything on your machine to random npm packages?