DeadLion opened a new issue #438: URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438
log info ``` npm ERR! code ENOTFOUND npm ERR! syscall getaddrinfo npm ERR! errno ENOTFOUND npm ERR! network request to http://nexus.yfb.sunline.cn:8099/nexus3/repository/npm-sunline/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz failed, reason: getaddrinfo ENOTFOUND nexus.yfb.sunline.cn 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' ``` i found the package-lock.json define the nexus repository , but it‘s unvavilable ``` "vue-property-decorator": { "version": "8.3.0", "resolved": "http://nexus.yfb.sunline.cn:8099/nexus3/repository/npm-sunline/vue-property-decorator/-/vue-property-decorator-8.3.0.tgz", "integrity": "sha1-U28CfcfWJvN8jYWi3ALwpsuXlEA=", "requires": { "vue-class-component": "^7.1.0" }, "dependencies": { "vue-class-component": { "version": "7.1.0", "resolved": "http://nexus.yfb.sunline.cn:8099/nexus3/repository/npm-sunline/vue-class-component/-/vue-class-component-7.1.0.tgz", "integrity": "sha1-sz78sQ4XI21oT3Cx6W8ZRux5Poc=" } } } ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
