We have a private registry for npm. I'm getting an npm error running dotnet publish. Is there a way to specify the npm private registry. (This is on a build server, jenkins).
Asked
Active
Viewed 859 times
2 Answers
0
npm config set registry <URL>
should also works, or create variable in repository in .npmrc file

xxxvodnikxxx
- 1,270
- 2
- 18
- 37