Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

fetchMetadata: sill install loadAllDepsIntoIdelTree -----一直在这个地方不懂 #52

Open
yangjing1123 opened this issue Jul 11, 2018 · 6 comments
Assignees

Comments

@yangjing1123
Copy link

安装过程中出现fetchMetadata: sill install loadAllDepsIntoIdelTree -----一直在这个地方不懂

@yangjing1123
Copy link
Author

长时间不动后出现如下错误:Sill fetch packagemetadata error for request to http://registry.npmjs.org/* failed reason:connect ETIMEOUT,看着像是网络权限问题导致的,不确定是本身工具对网络有要求还是我自己内部网络的权限问题

@yangjing1123
Copy link
Author

npm版本:5.6.0
node版本:V9.6.0
python版本:2.7.12

@cuiy245
Copy link
Collaborator

cuiy245 commented Jul 16, 2018

Hello, try executing
npm config set registry http://registry.npmjs.org/

@yangjing1123
Copy link
Author

@cuiy245 the method(npm config set registry http://registry.npmjs.org/) you recommended does not work

@cuiy245
Copy link
Collaborator

cuiy245 commented Jul 18, 2018

  1. Try switching the node version, for example v6.11.2;
  2. Set the mirror
  3. If you use a mac, then it is most likely a permission issue, first enter it in the terminal
    sudo chown -R $USER /usr/local
    Then enter your power-on password and you can execute your relevant NPM commands.

@renpfly
Copy link

renpfly commented Dec 12, 2018

I also encountered the same problem.Is there a solution now?

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

3 participants