We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run lint ... ✖ 884 problems (881 errors, 3 warnings) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] lint: `eslint --fix --color 'src/**/*.js*' 'tests/**/*.js*' && prettier --write 'src/**/*.js*' 'tests/**/*.js*' 'src/**/*.css' 'src/**/*.scss'` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] lint script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
ELIFECYCLE might be caused by another process using package.json (https://stackoverflow.com/questions/69954892/silly-lifecycle-error-when-building-next-js-project)
package.json
full error log:
0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'lint' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'prelint', 'lint', 'postlint' ] 5 info lifecycle [email protected]~prelint: [email protected] 6 info lifecycle [email protected]~lint: [email protected] 7 verbose lifecycle [email protected]~lint: unsafe-perm in lifecycle true 8 verbose lifecycle [email protected]~lint: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/var/www/membership-portal-ui/node_modules/.bin:/usr/bin/python2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 9 verbose lifecycle [email protected]~lint: CWD: /var/www/membership-portal-ui 10 silly lifecycle [email protected]~lint: Args: [ 10 silly lifecycle '-c', 10 silly lifecycle "eslint --fix --color 'src/**/*.js*' 'tests/**/*.js*' && prettier --write 'src/**/*.js*' 'tests/**/*.js*' 'src/**/*.css' 'src/**/*.scss'" 10 silly lifecycle ] 11 silly lifecycle [email protected]~lint: Returned: code: 1 signal: null 12 info lifecycle [email protected]~lint: Failed to exec lint script 13 verbose stack Error: [email protected] lint: `eslint --fix --color 'src/**/*.js*' 'tests/**/*.js*' && prettier --write 'src/**/*.js*' 'tests/**/*.js*' 'src/**/*.css' 'src/**/*.scss'` 13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 13 verbose stack at EventEmitter.emit (events.js:315:20) 13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:315:20) 13 verbose stack at maybeClose (internal/child_process.js:1026:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) 14 verbose pkgid [email protected] 15 verbose cwd /var/www/membership-portal-ui 16 verbose Linux 5.15.49-linuxkit-pr 17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "lint" 18 verbose node v13.12.0 19 verbose npm v6.14.4 20 error code ELIFECYCLE 21 error errno 1 22 error [email protected] lint: `eslint --fix --color 'src/**/*.js*' 'tests/**/*.js*' && prettier --write 'src/**/*.js*' 'tests/**/*.js*' 'src/**/*.css' 'src/**/*.scss'` 22 error Exit status 1 23 error Failed at the [email protected] lint script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ELIFECYCLE might be caused by another process using
package.json
(https://stackoverflow.com/questions/69954892/silly-lifecycle-error-when-building-next-js-project)full error log:
The text was updated successfully, but these errors were encountered: