As the title reads, I'm looking for a way to install Meteor.js without Chocolatey package manager. Any way I can do that? I should also mention that I'm running Windows.
There appears to be an installer available at https://install.meteor.com/windows. I was able to see this in the installation script:
if [ "$UNAME" ">" "MINGW" -a "$UNAME" "<" "MINGX" ] ; then
echo "To install Meteor on Windows, download the installer from:"
echo "https://install.meteor.com/windows"
exit 1
fi
There is a new native NPM-based method to install Meteor without Chocolatey. See the guide: https://github.com/meteor/meteor/blob/devel/npm-packages/meteor-installer/README.md
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With