-
Notifications
You must be signed in to change notification settings - Fork 9
Setting the npm registry
andy.rothwell edited this page Apr 4, 2019
·
4 revisions
You can't do this until you have installed Node and Yarn, but there is a command you have to write out in your ConEmu prompt after installing Node and Yarn:
npm config set registry "http://registry.npmjs.org"
This should fix errors like where you attempt to install a vue envt and the vue package doesn't come in.