Window 64-bit problem in summary
- Issue
- It seems Meteor team and many developers already know this problem well.
I soon came to know this after undergoing some problems.
Ex. for this issue) Is Meteor 64 bit?
- I guess this issue is so subtle and difficult to patch clearly, as there are so many different environments and variables.
So my intention here is,
- To remind this issue to Meteor team.
- To let some developers know about this issue, and to give some information.
- I just wonder how and why this problem is difficult, and how Meteor team or anyone thinks about this.
///////////////
2. FYI, here are some problem/solutions I’ve experienced:
- Symptom
- It hangs on when “meteor run” for the very first example project:
meteor mongodb “Unexpected mongo exit code 100”
(Environment: windows 7 64bit, Meteor 1.5.1)
- Working solution
Ryan Martin, PhD - Setting environment variable MONGO_URL
setx MONGO_URL mongodb://localhost:27017/meteor - Start another stand alone mongodb before starting program
- Symptom
Meteor stuck at Extracting meteor-tool after “meteor run”
Ex) Extracting meteor-tool@1.3.2_4…
(after downloading meteor-tool)
(Environment: windows 7 64bit, Meteor 1.5.1)
- Working solution
This is a problem caused by the tar extractor provided by Git.
In my case, it is located in C:\Program Files\Git\usr\bin\tar.exe
<= My Comment:
Not sure, but it went to the next step after quit a while.
- Below is not worked for me. this is just FYI. =>
1.4.1 Extracting lasts forever · Issue #7688 · meteor/meteor · GitHub
Working solution! just delete the 7z shipped with meteor tools
from here
win 10. I fixed:
in \AppData\Local.meteor\packages\meteor-tool\1.4.2_3\mt-os.windows.x86_32\dev_bundle\bin
should delete 7z.exe
and it will work!
seems there is an issue with this running on 64bit machines and shouldn’t be shipped with meteor tools!