First of all, a huge thank you for the work you’re doing with NPM and for sharing it with the community! Even though I use Docker daily, I really wanted the option to run NPM on a clean Debian system without the extra layer, minimal overhead or not. So I ended up solving this for myself by putting together a bash script that installs NPM natively on Linux. Since it looks like others have been asking for something similar, I figured I’d share it: https://github.com/njordium/npm-native
Feel free to decide if it’s something worth including on your third-party page 🙂
First of all, a huge thank you for the work you’re doing with NPM and for sharing it with the community! Even though I use Docker daily, I really wanted the option to run NPM on a clean Debian system without the extra layer, minimal overhead or not. So I ended up solving this for myself by putting together a bash script that installs NPM natively on Linux. Since it looks like others have been asking for something similar, I figured I’d share it: https://github.com/njordium/npm-native
Feel free to decide if it’s something worth including on your third-party page 🙂