I'm installing Meteor through Choco and so far it only installs version .0.0.4. I believe it should be installing 1.1? Also it installs an empty Meteor folder. How do you get the proper Meteor version to be installed? Where is the choco folder located? I am having trouble understanding how to get choco and meteor to work together.
Asked
Active
Viewed 452 times
1
-
1the version on the chocolatey site is `Meteor 0.0.5` and was approved on `Saturday, September 19, 2020`. ///// you will find that choco almost always runs behind. ///// i presume you used the instructions from here >>> Install the Latest Version of Meteor | Meteor — https://www.meteor.com/install <<< and they are simply WRONG. [*grin*] you will need to talk to them about getting the correct instructions. – Lee_Dailey Sep 22 '20 at 03:55
-
Thanks for posting your question, you may consider asking it in a more appropriate community dedicated to these specific tools. Take a look at the guidelines for asking questions at https://stackoverflow.com/help/asking and https://stackoverflow.com/help/how-to-ask – TeilaRei Sep 22 '20 at 15:42
-
Anybody know why the folder contents would be empty, or why I am unable to run meteor create _____appname___ ? – d2webdeveloper Sep 23 '20 at 04:17
-
Please use the new [2021 installer](https://github.com/meteor/meteor/blob/devel/npm-packages/meteor-installer/README.md) if you intend to install Meteor on Windows. – Jankapunkt Mar 21 '21 at 16:46
1 Answers
1
The Chocolatey website states it is version 0.0.5. https://chocolatey.org/packages/meteor
When checking the version history (https://chocolatey.org/packages/meteor#versionhistory), Meteor 1.1.1 was never published in the public Chocolatey repository.
The only thing you can do is to send a message to the software authors with the request to update the package. https://chocolatey.org/packages/meteor/ContactOwners.

Peter the Automator
- 796
- 6
- 16