Install Meteor on Windows 7 with cURL

I am new when it comes to installing / configuring software, especially if it involves command line usage.

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

On the command line, after going to the Meteor directory, I run curl https://install.meteor.com | /bin/sh curl https://install.meteor.com | /bin/sh , but I get the error The system cannot find the path specified.

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

+4
source share
3 answers

Meteor does not officially support Windows. Take an informal take a look at http://win.meteor.com

+7
source

Starting with the recent 1.1 release, Meteor officially started supporting Windows. The official Windows installer is available here.

+1
source

Just tried InstallMeteor.exe. Got messeage could not contact the installation server, and an error appeared in the log file:

[2D9F0: 8D5C] [2016-07-28T11: 00: 36] i301: Application of the executable package: SetupMeteor_UserInstall, action: Install, path: C: \ Users \ user \ AppData \ Local \ 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 Met \ Program Met \ Met \ \ 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 the MSI package for each user. [2D9F0: 8D5C] [2016-07-28T11: 01: 01] i319: application execution package: SetupMeteor_UserInstall, result: 0x80070643, restart: None

0
source

Source: https://habr.com/ru/post/1493384/


All Articles