正如标题所示,我正在寻找一种无需Chocolatey软件包管理器的安装Meteor.js的方法。有什么办法可以做到吗?我还应该提到我正在运行Windows。
在https://install.meteor.com/windows上似乎有可用的安装程序。我能够在安装脚本中看到这一点:
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
Run Code Online (Sandbox Code Playgroud)