I follow the instructions to install meteor 1.6 on Windows(10) as stated on Meteor.com (choco install meteor
) and it's installed a meteor v0.0.2
?
When I try to run any meteor
command I get: bash: meteor: command not found
and when I try choco upgrade meteor
I get:
$ choco upgrade meteor
Chocolatey v0.10.8
Upgrading the following packages:
meteor
By upgrading you accept licenses for the packages.
meteor v0.0.2 is the latest version available based on your source(s).
Chocolatey upgraded 0/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
I tried choco uninstall meteor
and then reinstall choco instlal meteor
but same issue. Searching around online a little I found this page:
I do have meteor installed and running on version 1.6.0.1
on Window 10's Ubuntu bash
which was installed via curl https://install.meteor.com/ | sh
Following on from above post https://stackoverflow.com/a/47967277/642729 by Gary Ewan Park. The below comment on https://chocolatey.org/packages/meteor clarifies the Chocolately/Meteor versioning
The current version of Meteor is 1.6; is this the version in the 0.0.2 Chocolatey package?
[Garrie Powers • 2 months ago]
The version number of the Chocolatey package is the version of the installer. Meteor is unique in the way it works in that all versions are capable of springboarding to other versions. Therefore, in the same way as the Unix installer installs the latest version, the Chocolatey installer will always install the latest version. So at this exact moment, the answer to your question is "yes"!
[Jesse Rosenberger Garrie Powers • 2 months ago]