Hello
I'm trying to install appy without docker. I can install the backend and it is working. However, npm run start as problem for the frontend .
Can you please help ?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! appy@0.1.0 dev: `node build/dev-server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the appy@0.1.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/rsa-key-20191029/.npm/_logs/2023-07-14T10_29_01_164Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! appy@0.1.0 start: `npm run dev`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the appy@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/rsa-key-20191029/.npm/_logs/2023-07-14T10_29_01_188Z-debug.log
The log :
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/bin/node',
1 verbose cli '/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/bin/npm',
1 verbose cli 'run',
1 verbose cli 'dev'
1 verbose cli ]
2 info using npm@6.14.18
3 info using node@v14.21.3
4 verbose run-script [ 'predev', 'dev', 'postdev' ]
5 info lifecycle appy@0.1.0~predev: appy@0.1.0
6 info lifecycle appy@0.1.0~dev: appy@0.1.0
7 verbose lifecycle appy@0.1.0~dev: unsafe-perm in lifecycle true
8 verbose lifecycle appy@0.1.0~dev: PATH: /home/rsa-key-20191029/.nvm/versions/node/v14.21.3/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/var/www/adlivecenter/appy/frontend/node_modules/.bin:/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/var/www/adlivecenter/appy/frontend/node_modules/.bin:/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/bin:/home/rsa-key-20191029/.nodejs_global/bin:/home/rsa-key-20191029/.nodejs_global/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
9 verbose lifecycle appy@0.1.0~dev: CWD: /var/www/adlivecenter/appy/frontend
10 silly lifecycle appy@0.1.0~dev: Args: [ '-c', 'node build/dev-server.js' ]
11 silly lifecycle appy@0.1.0~dev: Returned: code: 1 signal: null
12 info lifecycle appy@0.1.0~dev: Failed to exec dev script
13 verbose stack Error: appy@0.1.0 dev: `node build/dev-server.js`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:400:28)
13 verbose stack at ChildProcess.<anonymous> (/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:400:28)
13 verbose stack at maybeClose (internal/child_process.js:1088:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:296:5)
14 verbose pkgid appy@0.1.0
15 verbose cwd /var/www/adlivecenter/appy/frontend
16 verbose Linux 4.9.0-19-amd64
17 verbose argv "/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/bin/node" "/home/rsa-key-20191029/.nvm/versions/node/v14.21.3/bin/npm" "run" "dev"
18 verbose node v14.21.3
19 verbose npm v6.14.18
20 error code ELIFECYCLE
21 error errno 1
22 error appy@0.1.0 dev: `node build/dev-server.js`
22 error Exit status 1
23 error Failed at the appy@0.1.0 dev script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 1, true ]
Hello
I'm trying to install appy without docker. I can install the backend and it is working. However, npm run start as problem for the frontend .
Can you please help ?
The log :