Meteor Up Deploy is not working anymore post Meteor 1.2 update -
using command line mup deploy, meteor application no longer deploys digital ocean. error here:
x invoking deployment process: failed -----------------------------------stderr----------------------------------- npm warn package.json meteor-dev-bundle@0.0.0 no description npm warn package.json meteor-dev-bundle@0.0.0 no repository field. npm warn package.json meteor-dev-bundle@0.0.0 no readme data % total % received % xferd average speed time time time current dload upload total spent left speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) failed connect localhost port 80: connection refused latest deployment failed! reverted previous version. -----------------------------------stdout----------------------------------- .1.0 node_modules/ansi-styles chalk@0.5.1 node_modules/chalk escape-string-regexp@1.0.3 node_modules/escape-string-regexp supports-color@0.2.0 node_modules/supports-color has-ansi@0.1.0 node_modules/has-ansi strip-ansi@0.3.0 node_modules/strip-ansi eachline@2.3.3 node_modules/eachline type-of@2.0.1 node_modules/type-of amdefine@1.0.0 node_modules/amdefine asap@2.0.3 node_modules/asap underscore@1.5.2 node_modules/underscore meteor-promise@0.5.0 node_modules/meteor-promise promise@7.0.4 node_modules/promise source-map-support@0.3.2 node_modules/source-map-support semver@4.1.0 node_modules/semver source-map@0.1.32 node_modules/source-map fibers@1.0.5 node_modules/fibers
if help, amazing. +100 you.
i upgraded project meteor 1.2 , receiving same error when tried deploy. after failing find solution, seen comment on similar issue suggest trying mupx. installed mupx , followed migration guide https://github.com/arunoda/meteor-up/tree/mupx#migrating-from-meteor-up-0x , can deploy again.
Comments
Post a Comment