You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/03/05 03:25:26 UTC

[GitHub] [skywalking-rocketbot-ui] DeadLion opened a new issue #438: npm install failed

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:
users@infra.apache.org



[GitHub] [skywalking-rocketbot-ui] wu-sheng commented on issue #438: npm install failed

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #438:
URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438#issuecomment-791156147


   @Fine0830 Could you take a look?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking-rocketbot-ui] DeadLion commented on issue #438: npm install failed

Posted by GitBox <gi...@apache.org>.
DeadLion commented on issue #438:
URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438#issuecomment-791149355


   @wu-sheng  
   i dont know how the CI works.
   but i found the fail reason,because i work on backend  most time,so local env be short of  a lot node modules, when i run npm install in project folder, node will flow  package-lock.json define .  when i install the two modules first (out of project folder), install success.  so  suggest remove unvavilable repos, http://nexus.yfb.sunline.cn:8099  look like a private repository.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking-rocketbot-ui] kezhenxu94 closed issue #438: npm install failed

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #438:
URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking-rocketbot-ui] wu-sheng closed issue #438: npm install failed

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #438:
URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking-rocketbot-ui] wu-sheng commented on issue #438: npm install failed

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #438:
URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438#issuecomment-791130565


   But the CI passed. Have you checked your own network? The codes are being built every day.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking-rocketbot-ui] Fine0830 commented on issue #438: npm install failed

Posted by GitBox <gi...@apache.org>.
Fine0830 commented on issue #438:
URL: https://github.com/apache/skywalking-rocketbot-ui/issues/438#issuecomment-791181315


   > @Fine0830 Could you take a look?
   
   Sure. I will fix it.


----------------------------------------------------------------
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:
users@infra.apache.org