|
|
|
|
|
by yieldcrv
1288 days ago
|
|
nvm is my solution to this It isolate and pins npm installs so that the environment is the same in the future without messing up your main system Your projects also need to consider pinning their dependencies to a specific version Other languages/frameworks with package managers have similar concepts |
|
At that point, you should consider just using your version control system to handle versioning instead of trying to route around it, poorly.