You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## How to solve : NPM packages are blocked by network firewalls
240
+
241
+
1. Make sure you are connected to the VPN in Full Tunnel mode. Artifactory returns an HTTP 403 forbidden error from anywhere outside the full corporate network.
242
+
2.`cd selenium`
243
+
3.`npm config set registry https://usw1.packages.broadcom.com/artifactory/api/npm/tds-rabbitmq-npm-virtual/ -L project`
244
+
4.`npm login --auth-type=web`
245
+
5. After you run the last command you should see the folowing sentence
0 commit comments