使用cURL在Windows 7上安装Meteor

use*_*880 4 javascript installer curl meteor

在安装/设置软件方面,我是新手,特别是涉及使用命令行时.

我正在尝试使用以下说明在Windows 7 x64上安装Meteor.js:http://pastebin.com/qQYf23f4

在命令提示符中,在进入Meteor安装目录后,我尝试运行curl https://install.meteor.com | /bin/sh但是我收到错误The system cannot find the path specified.

在我的Meteor目录中,有一个bin文件夹,但sh里面没有文件夹...有什么我做错了吗?

mat*_*b33 7

Meteor尚未正式支持Windows.非正式地看看http://win.meteor.com

  • 基本上有三种选择:1)在Windows中使用Linux VM,2)使用Windows MSI安装程序,3)使用基于LaunchMeteor exe的下载程序.1和2可通过http://win.meteor.com获得,2和3可从https://github.com/sdarnell/meteor/wiki/Windows获得 (5认同)