简体   繁体   中英

Meteor deploy (mup) running into errors

-----------------------------------STDERR-----------------------------------
The command '/bin/sh -c cd  /built_app/programs/server &&     npm install --unsafe-perm' returned a non-zero code: 1
-----------------------------------STDOUT-----------------------------------
rget/bcrypt_lib/src/bcrypt.o
  CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
  SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
  COPY Release/bcrypt_lib.node
make: Leaving directory '/built_app/programs/server/npm/node_modules/bcrypt/build'
npm ERR! Invalid version: "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz"

I am running into an error with bcrypt.

My bcrypt version: ^0.8.7

My meteor version: 1.6.0.1

mup has some problems with meteor 1.6. Try yamup (yet another mup):

npm install -g yamup
cp mup.json yamup.json
yamup deploy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM