Stop Installing Node.js and Global Npm Packages, Use Docker Instead
There is a way to keep our computers isolated from malicious npm packages and cybersecurity vulnerabilities. It’s almost like Node and npm will be on an island.
We can use a Docker container to run Node.js and install npm packages.
What are Docker co...
miguelacallesmba.com5 min read