Questions tagged [.npmrc]
65 questions
0
votes
0 answers
.npmrc throws error "Expected a JSON object, array or literal."
Yarn creates info output like this:
info esbuild-android-arm64@0.13.4: The platform "darwin" is incompatible with this module.
info "esbuild-android-arm64@0.13.4" is an optional dependency and failed compatibility check. Excluding it from…

Robert Wildling
- 1,014
- 12
- 29
0
votes
0 answers
Unable to authenticate, need: Basic realm="Artifactory Realm"
While installing npm I am getting this error
Unable to authenticate, need: Basic realm="Artifactory Realm"
I am working on VDI machine, and very new to artifactory tool as well as VDI, Any advice is appreciated
Thanks :)

Supriya Kumari
- 181
- 2
- 14
0
votes
1 answer
Getting error while i am trying to run "npm install"
The below is the complete error what I am getting:
npm ERR! code E401 npm ERR! Unable to authenticate, need: Bearer authorization_uri=https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47, Basic…
0
votes
1 answer
How to install a private NPM package that only works on one project as per the license?
Let’s say I have an NPM organization and I just created a private npm module with my company’s IP/framework that we reuse internally.
I want this module to be reused in multiple projects for multiple clients. However I want to offer this private…

Adam Halasz
- 57,421
- 66
- 149
- 213
0
votes
3 answers
Nuget Restore of Azure Devops Artifacts from within gulpfile
I'm trying to restore a NuGet package from an Azure Devops Artifact to my local installation as part of a gulpfile script.
However, I'm getting a
Response status code does not indicate success: 401 (Unauthorized).
with:
Unable to load the…

Harald Greve
- 147
- 3
- 14