Menu

Close
  • Home
  • LinkedIn
  • Real Life Code @ Micreosoft
  • GitHub
Subscribe
Shawn Cicoria Menu

npm

A 2-post collection

Page 1 of 1

Cool tool for npm packages and having a local cache

Verdaccio, a fork of Sinopia, to the rescue... use with each command or set forever... npm install --registry http://localhost:4978 Good also to know that »

Shawn Cicoria Shawn Cicoria on npm, nodejs, development 28 July 2017

Proper npm Global Package Upgrade

Per the npm documentation, this is the script to use: Here's the gist #!/bin/sh set -e set -x for package in $(npm -g outdated --parseable »

Shawn Cicoria Shawn Cicoria on nodejs, npm 30 December 2016
Page 1 of 1
Shawn Cicoria © 2021
Proudly published with Ghost