-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The instruction for setting up the internal repo link breaks my brain a little every time I need to go through it, and it needs doing every time credentials expire
Here's the script that works, can we put it in the readme please?
copy this into cmd 👇
cd %USERPROFILE%
(
echo registry=https://registry.npmjs.org/
echo @neworbit:registry=https://pkgs.dev.azure.com/neworbit/_packaging/NewOrbit/npm/registry/
echo always-auth=true
)>".npmrc"
npx vsts-npm-auth -config .npmrc
npm uninstall -g twotime
npm install -g @neworbit/twotime
Senderek
Metadata
Metadata
Assignees
Labels
No labels