I am doing this on my Debian:
npm config set prefix ~/.local
npm install npm@latest -g
Since ~/.local/bin
is already in my PATH
, there is no need to tweak my environment.
continuation from "Fox hole", "I wonder…", and "且如是言"
I am doing this on my Debian:
npm config set prefix ~/.local
npm install npm@latest -g
Since ~/.local/bin
is already in my PATH
, there is no need to tweak my environment.