Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Meteor on Windows 7 with cURL

I'm a newbie when it comes to installing/setting up software especially if it involves using the command line.

I'm trying to install Meteor.js on Windows 7 x64 using the following instructions: http://pastebin.com/qQYf23f4

In the command prompt, after going to the directory Meteor is installed, I try running curl https://install.meteor.com | /bin/sh but I get the error The system cannot find the path specified.

In my Meteor directory, there is a bin folder but no sh folder inside it... Is there something I'm doing wrong?

like image 652
user2066880 Avatar asked Feb 15 '23 19:02

user2066880


1 Answers

Meteor doesn't yet support Windows officially. Unofficially, have a look at http://win.meteor.com

like image 168
matb33 Avatar answered Feb 18 '23 11:02

matb33