Rob P
Rob P

Reputation: 37

Error: missing tool for os.windows.x86_32 in [email protected]

Just upgraded meteor on Windows 10.

Now when I attempt to update my old project I get the following error message.

Error: missing tool for os.windows.x86_32 in [email protected]

How can I solve this? Any help appreciated.

Upvotes: 3

Views: 1124

Answers (2)

philip_nunoo
philip_nunoo

Reputation: 938

Using the command meteor update --release 1.6 solved the same problem for me. Try this.

Upvotes: 3

G. Gassner
G. Gassner

Reputation: 56

I'm not sure this is a correct behavior, but I've managed to fix this by editing project's .meteor/release and replacing its content by

[email protected]

Then I've executed "meteor" (without "update") and it installed/upgraded the necessary packages. The project I'm currently developing starts and works ok so far.

Upvotes: 4

Related Questions