Meteor stuck at Extracting meteor-tool@1.4.0-1

好久不见. 提交于 2019-12-24 05:07:31

问题


I am having an issue where I do meteor run in my project, and it begins to install meteor-tool@1.4.0-1, once it is 100%, it says

Extracting meteor-tool@1.4.0-1...

but it never finishes. I uninstalled meteor and reinstalled it but I am having the same issue.

United State. Windows 10.


回答1:


This is a problem caused by the tar extractor provided by Git.

  1. Find where is located the tar tool used by your system, running:

$ where tar

  • In my case, it is located in C:\Program Files\Git\usr\bin\tar.exe
  1. Then locate the file and rename it to tar.exe.old

  2. Its done... try running Meteor again! >> $ meteor




回答2:


Thank you for your response, Vasil. I actually was able to find a solution and I am no longer experiencing this problem.

Turned out there was a problem with the tar.exe file in Git, and by uninstalling Git, and reinstalling it the latest version, 2.10.0.windows.1, the problem has seemed to go away.

It seemed that no matter how long I left it, it stayed stuck at "Extracting meteor-tools . . ." but now that I updated Git the problem has gone away.




回答3:


Try adding the following to your local hosts file (C:\Windows\System32\Drivers\etc\hosts):

54.192.225.217 warehouse.meteor.com

Then run a meteor reset in your app directory (warning - will wipe your local DB), then try starting your app again.

This works for me.

Link: https://forums.meteor.com/t/downloading-meteor-tool-1-4-0-1/27269/19?u=lucianopestana



来源:https://stackoverflow.com/questions/39336571/meteor-stuck-at-extracting-meteor-tool1-4-0-1

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!