I want to run npm insatll with registry but with scope for example @test:registry=url
I tried
npm install --registry @test url
npm install --registry@test url
but it didn't work
I want to run npm insatll with registry but with scope for example @test:registry=url
I tried
npm install --registry @test url
npm install --registry@test url
but it didn't work
It is working for me, you can run npm --registry http://url
or Verify that your registry is set correctly by npm config get registry
if not run
npm config set registry http://url