|
|
|
|
|
by fbn79
1318 days ago
|
|
Instead I have found working on my 5 years old Javascript projects very easy.
Even with this old projects NPM can download the very specific deps without problem thanks to the commited lockfile.
Then I can easly install the required node.js version (stated in the package.json) with NVM and no other problem arise. |
|