Blog
Tag: nodejs
Categories
Node.js version management with NVM
Published in April 7, 2020
1 minutes reading
If you work with different projects using Node.js, you have probably been through a problem of dependency incompatible with the version…
Using npx instead of global packages
Published in December 3, 2019
2 minutes reading
I recently discovered the existence of npx, a npm package runner that comes installed since the version 5.2.0. The great benefit of npx is…