Answer the question
In order to leave comments, you need to log in
How to beat permanent redeploy in mupx?
Good time of the day! Recently, mupx began throwing out an error with the following text with each deployment:
/node_modules/fibers
> node ./build.js
`linux-x64-v8-3.14` exists; testing
Binary is fine; exiting
[email protected] node_modules/ansi-regex
[email protected] node_modules/ansi-styles
[email protected] node_modules/escape-string-regexp
[email protected] node_modules/chalk
[email protected] node_modules/supports-color
[email protected] node_modules/has-ansi
[email protected] node_modules/strip-ansi
[email protected] node_modules/eachline
[email protected] node_modules/type-of
[email protected] node_modules/amdefine
[email protected] node_modules/asap
[email protected] node_modules/underscore
[email protected] node_modules/meteor-promise
[email protected] node_modules/promise
[email protected] node_modules/source-map-support
[email protected].0 node_modules/semver
[email protected] node_modules/source-map
[email protected] node_modules/fibers
=> Starting meteor app on port:80
Kadira: completed instrumenting the app
Kadira: Successfully connected
=> Redeploying previous version of the app
Answer the question
In order to leave comments, you need to log in
It turned out that there was no curl on the server. Forked mupx, changed it to wget :)
And so - the solution is to install curl on the server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question