cancel
Showing results for 
Search instead for 
Did you mean: 

Not Found - GET http://nginx-redirector.repo-cache.svc.cluster.local/verror/-/verror-1.10.0.tgz

stan786
Explorer

I am getting this error while trying to install npm dependencies using the npm install command in SAP BTP BAS.

Please advise. I can see this error occurring since yesterday.

gregorw
Active Contributor

Please check also my question How to avoid changes in package-lock.json when using local and BAS development in parallel?. Unfortunately the BAS team thinks it's a good idea to use a custom proxy which is then not available during the deploy process in Cloud Foundry.

View Entire Topic
francoishardy
Product and Topic Expert
Product and Topic Expert

Hello,

After updating your NodeJS and NPM Version run this command in CLI :

npm set registry=https://registry.npmjs.org/
stan786
Explorer
0 Kudos

Thank you Francois.

It is working now. I had tried this yesterday but didn't work then.

Regards,

-Stanley

0 Kudos

thank you so much , it works now