Coder Social home page Coder Social logo

Comments (7)

aloysius-pgast avatar aloysius-pgast commented on May 27, 2024

Can you provide content of log file ?

from crypto-exchanges-gateway.

pipinoloco avatar pipinoloco commented on May 27, 2024

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle [email protected]prebuild: [email protected]
6 info lifecycle [email protected]
build: [email protected]
7 verbose lifecycle [email protected]build: unsafe-perm in lifecycle true
8 verbose lifecycle [email protected]
build: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/root/cry$
9 verbose lifecycle [email protected]build: CWD: /root/crypto-exchanges-gateway/ui
10 silly lifecycle [email protected]
build: Args: [ '-c', 'webpack --progress' ]
11 silly lifecycle [email protected]build: Returned: code: 137 signal: null
12 info lifecycle [email protected]
build: Failed to exec build script
13 verbose stack Error: [email protected] build: webpack --progress
13 verbose stack Exit status 137
13 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:285:16)
13 verbose stack at EventEmitter.emit (events.js:160:13)
13 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:160:13)
13 verbose stack at maybeClose (internal/child_process.js:943:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
14 verbose pkgid [email protected]
15 verbose cwd /root/crypto-exchanges-gateway/ui
16 verbose Linux 2.6.32-042stab120.6
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
18 verbose node v9.4.0
19 verbose npm v5.6.0
20 error code ELIFECYCLE
21 error errno 137
22 error [email protected] build: webpack --progress
22 error Exit status 137

from crypto-exchanges-gateway.

pipinoloco avatar pipinoloco commented on May 27, 2024

on a different server with debian OS was perfect.

from crypto-exchanges-gateway.

aloysius-pgast avatar aloysius-pgast commented on May 27, 2024

I noticed that in first screenshot you're doing :

npm install -g npm@latest
npm run clean && npm run build

Instead of

npm install -g webpack && npm install
npm run clean && npm run build

Error might be because webpack was not installed. Can you try again with above ?

from crypto-exchanges-gateway.

pipinoloco avatar pipinoloco commented on May 27, 2024

the problem is in webpack here
webpack error

from crypto-exchanges-gateway.

aloysius-pgast avatar aloysius-pgast commented on May 27, 2024

Ok, so it's resolved after running correct command, right ?

from crypto-exchanges-gateway.

pipinoloco avatar pipinoloco commented on May 27, 2024

yes

from crypto-exchanges-gateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.