To configure npm to use the plumguide ProGet feed, run the following command:

npm config set [@scope]:registry https://nuget.plumguide.com/npm/plumguide

If your feed does not allow anonymous access, you will also need to run this command:

npm config set always-auth true [--scope:@scope]

To log in to ProGet using npm, run the adduser command and specify a ProGet user account and password:

npm adduser --registry=https://nuget.plumguide.com/npm/plumguide [--scope:@scope]