[QUESTION] <403 forbidden>
Problem
npm ERR! code E403 npm ERR! 403 403 Forbidden - GET https://registry.npmjs.intuit.com/neo4j-driver npm ERR! 403 In most cases, you or one of your dependencies are requesting npm ERR! 403 a package version that is forbidden by your security policy. npm ERR! A complete log of this run can be found in: npm ERR! /Users/agarg5/.npm/_logs/2020-02-13T12_29_42_032Z-debug.log
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: [QUESTION] <403 forbidden>
@anchal0997 it seems your registry is set to `registry.npmjs.intuit.com`, which could be set in the project's `package.json`(in the registry field) or in your `~/.npmrc`. you might need to login to that using `npm login` (is it a private registry?) or remove the line about it from your `~/.npmrc`. (though right now the official registry is also giving some people 403s)
Trust Score
3 verifications
- 1
@anchal0997 it seems your registry is set to `registry.npmjs.intuit.com`, which
@anchal0997 it seems your registry is set to `registry.npmjs.intuit.com`, which could be set in the project's `package.json`(in the registry field) or in your `~/.npmrc`. you might need to login to that using `npm login` (is it a private registry?) or remove the line about it from your `~/.npmrc`.
- 2
(though right now the official registry is also giving some people 403s)
(though right now the official registry is also giving some people 403s)
Validation
Resolved in npm/cli GitHub issue #805. Community reactions: 3 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep