You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output:
cat /home/ec2-user/.npm/_logs/2020-03-03T03_09_45_612Z-debug.log
0 info it worked if it ends with ok1 verbose cli [ '/home/ec2-user/.nvm/versions/node/v10.16.0/bin/node',1 verbose cli '/home/ec2-user/.nvm/versions/node/v10.16.0/bin/npm',1 verbose cli 'run',1 verbose cli '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 true8 verbose lifecycle [email protected]~build: PATH: /home/ec2-user/.nvm/versions/node/v10.16.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/ec2-user/hianfa2/api/node_modules/.bin:/home/ec2-user/.nvm/versions/node/v10.16.0/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/aws/bin:/home/ec2-user/.local/bin:/home/ec2-user/bin9 verbose lifecycle [email protected]~build: CWD: /home/ec2-user/hianfa2/api10 silly lifecycle [email protected]~build: Args: [ '-c', 'npm start build' ]11 silly lifecycle [email protected]~build: Returned: code: 1 signal: null12 info lifecycle [email protected]~build: Failed to exec build script13 verbose stack Error: [email protected] build: `npm start build`13 verbose stack Exit status 113 verbose stack at EventEmitter.<anonymous> (/home/ec2-user/.nvm/versions/node/v10.16.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)13 verbose stack at EventEmitter.emit (events.js:198:13)13 verbose stack at ChildProcess.<anonymous> (/home/ec2-user/.nvm/versions/node/v10.16.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)13 verbose stack at ChildProcess.emit (events.js:198:13)13 verbose stack at maybeClose (internal/child_process.js:982:16)13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)14 verbose pkgid [email protected]15 verbose cwd /home/ec2-user/hianfa2/api16 verbose Linux 4.9.70-25.242.amzn1.x86_6417 verbose argv "/home/ec2-user/.nvm/versions/node/v10.16.0/bin/node" "/home/ec2-user/.nvm/versions/node/v10.16.0/bin/npm" "run" "build"18 verbose node v10.16.019 verbose npm v6.9.020 error code ELIFECYCLE21 error errno 122 error [email protected] build: `npm start build`22 error Exit status 123 error Failed at the [email protected] build script.23 error This is probably not a problem with npm. There is likely additional logging output above.24 verbose exit [ 1, true ]
Problem description:
npm install seem to have worked without any issues. I also installed and uninstalled npm modules but did not help. How can I fix this?
The text was updated successfully, but these errors were encountered:
I am trying to set up Spurtcommerce (https://www.dropbox.com/s/jw54rylvqphvpeu/Spurtcommerce_1.0_community_alpha.zip?dl=0)
Installation instructions are here at :
https://docs.spurtcommerce.com/Getting%20Started/Installation.html
I am currently setting up api module:
nps
version: 5.9.12node
version: 10.16.0npm
version: 6.9.0Scripts file (or at least the relevant bits):
The command executed:
npm run build
The output:
cat /home/ec2-user/.npm/_logs/2020-03-03T03_09_45_612Z-debug.log
Problem description:
npm install seem to have worked without any issues. I also installed and uninstalled npm modules but did not help. How can I fix this?
The text was updated successfully, but these errors were encountered: