PayString / paystring

Reference implementation of the PayString Protocol.
Apache License 2.0
286 stars 88 forks source link

npm run devEnvUp #775

Open oleg-khorev opened 2 years ago

oleg-khorev commented 2 years ago

Dear PayString community,

I am running npm run devEnvUp

And I receive the log below. Could someone help me, please? Thank you! Oleg

0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'devEnvUp' ] 2 info using npm@6.14.11 3 info using node@v10.24.0 4 verbose run-script [ 'predevEnvUp', 'devEnvUp', 'postdevEnvUp' ] 5 info lifecycle payid@1.4.0~predevEnvUp: payid@1.4.0 6 info lifecycle payid@1.4.0~devEnvUp: payid@1.4.0 7 verbose lifecycle payid@1.4.0~devEnvUp: unsafe-perm in lifecycle true 8 verbose lifecycle payid@1.4.0~devEnvUp: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/followmike/public_html/paystring/node_modules/.bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/share/Modules/bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/root/bin 9 verbose lifecycle payid@1.4.0~devEnvUp: CWD: /home/followmike/public_html/paystring 10 silly lifecycle payid@1.4.0~devEnvUp: Args: [ '-c', 'run-script-os' ] 11 info lifecycle payid@1.4.0~devEnvUp: Failed to exec devEnvUp script 12 verbose stack Error: payid@1.4.0 devEnvUp: run-script-os 12 verbose stack spawn ENOENT 12 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:48:18) 12 verbose stack at ChildProcess.emit (events.js:198:13) 12 verbose stack at maybeClose (internal/child_process.js:982:16) 12 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) 13 verbose pkgid payid@1.4.0 14 verbose cwd /home/followmike/public_html/paystring 15 verbose Linux 4.18.0-348.2.1.el8_5.x86_64 16 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "devEnvUp" 17 verbose node v10.24.0 18 verbose npm v6.14.11 19 error code ELIFECYCLE 20 error syscall spawn 21 error file sh 22 error errno ENOENT 23 error payid@1.4.0 devEnvUp: run-script-os 23 error spawn ENOENT 24 error Failed at the payid@1.4.0 devEnvUp script. 24 error This is probably not a problem with npm. There is likely additional logging output above. 25 verbose exit [ 1, true ]