A
A
Alexander Wolf2016-03-19 11:56:08
Node.js
Alexander Wolf, 2016-03-19 11:56:08

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:

spoiler
/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

Since the redeploy does not work in the current version, the process simply crashes and Docker restarts it. Maybe someone faced a similar problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Wolf, 2016-06-27
@mannaro

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 question

Ask a Question

731 491 924 answers to any question