First list all your installed NPM modules with:
$ npm list -g --depth=0 > installNPMModules.sh
Then you could just multiline edit or regex stuff from:
into
npm i -g [email protected]
First list all your installed NPM modules with:
$ npm list -g --depth=0 > installNPMModules.sh
Then you could just multiline edit or regex stuff from:
into
npm i -g [email protected]