GuoPhilipse opened a new issue, #600: URL: https://github.com/apache/incubator-linkis-website/issues/600
when we want to execute the `npm install` under the root directory of the website repo, the error log will be ` npm notice Run npm install -g [email protected] to update! npm notice npm ERR! code ETIMEDOUT npm ERR! syscall connect npm ERR! errno ETIMEDOUT npm ERR! network request to http://10.107.103.115:8001/yallist/download/yallist-4.0.0.tgz failed, reason: connect ETIMEDOUT 10.107.103.115:8001 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: after check the dev code, there is some fixed ip in `package-lock.json`. which cannot be connected. not sure if we can change to domain name to let everyone can download . or i have missed sth . ` "@types/json-schema": { "version": "7.0.9", "resolved": "http://10.107.103.115:8001/@types/json-schema/download/@types/json-schema-7.0.9.tgz", "integrity": "sha1-l+3JA36gw4WFMgsolk3eOznkZg0=" }` ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
