abernix / spaceglue

Other
26 stars 8 forks source link

always install Meteor 1.1.0.3 with incompatibility with NPM command #6

Closed afrocubanito closed 7 years ago

afrocubanito commented 7 years ago

Hi, first sorry for my bad english, and thank you for your job. I try to upgrade an application who was used meteor 1.3. with meteorhacks/meteord, since the root issues, I try to use a your space glue. Unfortunately each time, I do a build, only the meteor 1.1.0.3 are downloaded and installed, with no npm. this is my copy screen:


Step 0 : RUN lib/build_app.sh ---> Running in e6b09288f1a2 => Copying the app => Running the 1.1.0.3 installer... Downloading Meteor distribution

Meteor 1.1.0.3 has been installed in your home directory (~/.meteor).

Now you need to do one of the following:

(1) Add "$HOME/.meteor" to your path, or (2) Run this command as root: cp "/home/node/.meteor/packages/meteor-tool/1.1.4/mt-os.linux.x86_64/scripts/admin/launch-meteor" /usr/bin/meteor

Then to get started, take a look at 'meteor --help' or see the docs at docs.meteor.com. => App Meteor Version

METEOR@1.1.0.3 => Executing NPM install --production 'npm' is not a Meteor command. See 'meteor --help'. INFO[0052] The command [/bin/sh -c lib/build_app.sh] returned a non-zero code: 1

why the wrong meteor version is downloaded ?

Best regards, Cordaliss

afrocubanito commented 7 years ago

My bad, forget to change the release's file. sorry