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

npm config set [@scope]:registry https://nuget.sapec.md/npm/sapec-npm

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.sapec.md/npm/sapec-npm [--scope:@scope]