admin管理员组

文章数量:1291295

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

I'm trying to install Meteor.js on Windows 7 x64 using the following instructions:

In the mand prompt, after going to the directory Meteor is installed, I try running curl | /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?

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

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

In the mand prompt, after going to the directory Meteor is installed, I try running curl https://install.meteor. | /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?

Share Improve this question edited Jul 25, 2013 at 8:29 user2066880 asked Jul 25, 2013 at 8:21 user2066880user2066880 5,0249 gold badges44 silver badges67 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 7

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

As of release 1.1 that came out recently, Meteor started supporting Windows officially. The official Windows installer is available here

Just tried InstallMeteor.exe. Got messeage failed to contact install server and got error following is in the log file:

[2D9F0:8D5C][2016-07-28T11:00:36]i301: Applying execute package: SetupMeteor_UserInstall, action: Install, path: C:\Users\user\AppData\Local\Package Cache{2DA24988-287C-4531-9B32-88729CBDF7F1}v1.0\SetupMeteor.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" METEOR_DIR="C:\Users\user\AppData\Local\" INSTALL_REG_PATH="SOFTWARE\Meteor Development Group \Meteor\Install" MSICUSTOMERRFILE="C:\Users\user\AppData\Local\Temp\Meteor_20160728110033.log.err" PERUSER_INSTALL="1"' [2D9F0:8D5C][2016-07-28T11:01:01]e000: Error 0x80070643: Failed to install MSI package. [2D9F0:8D5C][2016-07-28T11:01:01]e000: Error 0x80070643: Failed to configure per-user MSI package. [2D9F0:8D5C][2016-07-28T11:01:01]i319: Applied execute package: SetupMeteor_UserInstall, result: 0x80070643, restart: None

本文标签: javascriptInstalling Meteor on Windows 7 with cURLStack Overflow