Skip to content

Quick workaround `npm install` issues today

Notifications You must be signed in to change notification settings

JFOC/npm-quickfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 12, 2012
67f51c2 · Aug 12, 2012

History

2 Commits
Aug 12, 2012
Aug 12, 2012
Aug 12, 2012

Repository files navigation

npm-quickfix

Super quick fix for NPM registry, without having to actually mirror anything. Thanks to @framp for pointing out the workaround.

git clone [email protected]:hughsk/npm-quickfix.git
cd npm-quickfix
npm set registry http://localhost:8080/
node index.js

Now you should be able to npm install as normal :)

To change back to the original registry:

npm set registry https://registry.npmjs.org/

About

Quick workaround `npm install` issues today

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published