Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Can't build - network request to build-artifactory.eng.vmware.com fails #48

Open
lasertiger opened this issue Aug 12, 2021 · 1 comment

Comments

@lasertiger
Copy link

Hi, I did a simple git pull of the project, cd'd into the directory, and did npm install and it can't install all the modules.

The key error is:

npm ERR! network request to https://build-artifactory.eng.vmware.com/api/npm/npm/xtend/-/xtend-4.0.2.tgz failed, reason: getaddrinfo ENOTFOUND build-artifactory.eng.vmware.com

We tried on MacOS and on Linux. Node v16.4.0, npm 7.19.1

Here is log:

npm i
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm WARN deprecated [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (debug-js/debug#797)
npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://build-artifactory.eng.vmware.com/api/npm/npm/xtend/-/xtend-4.0.2.tgz failed, reason: getaddrinfo ENOTFOUND build-artifactory.eng.vmware.com
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.

@jooskim
Copy link
Contributor

jooskim commented Aug 13, 2021

Hello!

This is completely on us, I see that your npm was trying to resolve dependencies from our internal repo that's behind the firewall. I just merged a fix to correct the problem. You should now be able to build correctly after updating your local repo to the latest master branch. I'll leave the issue open until you can confirm the issue has been resolved. Thanks for reporting the issue!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants