3dbrain icon indicating copy to clipboard operation
3dbrain copied to clipboard

The code can't be built

Open omar-3 opened this issue 3 years ago • 1 comments

I'm trying to install the packages and here is what I get

npm notice
npm notice New minor version of npm available! 7.5.0 -> 7.8.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v7.8.0
npm notice Run npm install -g [email protected] to update!
npm notice
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://dtools.ipsoft.com/artifactory/api/npm/npm/y18n/-/y18n-4.0.0.tgz?dl=https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz failed, reason: getaddrinfo ENOTFOUND dtools.ipsoft.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.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'



npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/omarkhaled/.npm/_logs/2021-04-04T18_58_04_578Z-debug.log

omar-3 avatar Apr 04 '21 19:04 omar-3

@omar-3 delete package-lock.json and run npm install again.

marcoangelo avatar Mar 18 '23 14:03 marcoangelo