-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picking up bad version of tar. #7689
Comments
Minutes after I submitted this issue I attempted another tack... Reading through the notes, I see that you will use my installed version of tar. On windows, I typically do not use tar and I have other tools. But it turned out that I had a very old version of I also have Error gone! PS: I am hoping the new ubuntu bash shell in windows will be able to work with meteor and I can use updated versions of linux tools soon. |
Recommend that Meteor have a mode of running that will flag each of the native tools it depends on? |
Maybe we should just check the version of |
On Windows, Meteor comes with a standalone version of In the meantime, I would definitely recommend removing |
Hi @benjamn by path you mean Path in Env Variables, right? I do not have tar.exe in my path but i am still seeing this error. |
@jalalat that file could be anywhere. On my computer I had one copy of tar.exe at location C:/MinGW/msys/1.0/bin and another copy at C:/TexasInstruments/xdc_tools_3_20_08_88/bin You are just going to have to search. I used Windows Explorer which is painfully slow. Update: funny, when I tried the |
you can use
will find all versions of tar on your path. |
I still have the issue. My question is why it stopped working all of the sudden? |
Look at release notes for v1.4.1:
|
@brucejo75 thanks for your help. I went almost through all step before jumping online and search if anyone else has the same issue. now extracting takes a long time to finish; I had couple of tar files in my path though. Removed all. I am probably going to update my node as well. |
Meteor comes with its own version of Node, by the way, and you can use it by running |
@benjamn thanks for your advise |
I had this issue when trying to update to a specific release. Updating tar.exe to a new version helped indeed. Thanks! |
This does not solve the problem for me, I renamed the tar.exe in my git folder. |
did you try getting a new version of |
After 5 days searching, finally found that thread. I didn't have tar.exe in the path apparently but using |
Update
This was caused by using a bad version of tar that I had on my path.
Problem symptoms
Usually, I can work through the issues and get it figured out. This time I am completely FUBAR. I have a lot of detail below. But the primary problem is that none of the meteor commands work. Every one of them (except
meteor --version
) executes for a while but eventually results in:Please help I am dead in the water. At this point I only have the 1.4.1 dev_bundle installed and I am trying to figure out how to get rid of it and go back to 1.4. This ate up a day.
Environment
How I got here
meteor create test
.test
project and did ameteor update
meteor node --version
reportedv4.4.7
andmeteor npm --version
reported3.10.5
which was odd because I knew from the notes that the versions have been updated tov4.5.0
and3.10.6
respectively.v4.5.0
, but this output an error that stated "A later version of Node.js is already installed. Setup will now exit." However, when I checked my node version and the meteor version they were all reportingv4.4.7
.C:\Users\username\AppData\Local\.meteor
v4.5.0
.Result
Nothing works always results in:
The text was updated successfully, but these errors were encountered: