Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

kasparsd/wordpress-eslint-plugin-prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running npm run lint produces the following error:

> @kasparsd/[email protected] lint /Users/kaspars/Projects/wp-scripts-eslint-prettier-bug
> eslint ./src

Error: Cannot find module 'prettier'
Occurred while linting /Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/src/script.js:1
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Module.require (module.js:597:17)
    at require (/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/v8-compile-cache/v8-compile-cache.js:161:20)
    at Program (/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js:162:26)
    at listeners.(anonymous function).forEach.listener (/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/eslint/lib/linter/safe-emitter.js:45:58)
    at Array.forEach (<anonymous>)
    at Object.emit (/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
    at NodeEventGenerator.applySelector (/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/eslint/lib/linter/node-event-generator.js:254:26)
    at NodeEventGenerator.applySelectors (/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/eslint/lib/linter/node-event-generator.js:283:22)
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @kasparsd/[email protected] lint: `eslint ./src`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the @kasparsd/[email protected] lint 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!     /Users/kaspars/.npm/_logs/2020-02-04T10_54_35_609Z-debug.log

And the output of 2020-02-04T10_54_35_609Z-debug.log is:

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node@8/8.17.0/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'run',
1 verbose cli   'lint' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prelint', 'lint', 'postlint' ]
5 info lifecycle @kasparsd/[email protected]~prelint: @kasparsd/[email protected]
6 info lifecycle @kasparsd/[email protected]~lint: @kasparsd/[email protected]
7 verbose lifecycle @kasparsd/[email protected]~lint: unsafe-perm in lifecycle true
8 verbose lifecycle @kasparsd/[email protected]~lint: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/kaspars/Projects/wp-scripts-eslint-prettier-bug/node_modules/.bin:/usr/local/lib/ruby/gems/2.6.0/bin:/usr/local/opt/[email protected]/bin:./vendor/bin:/Users/kaspars/.composer/vendor/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
9 verbose lifecycle @kasparsd/[email protected]~lint: CWD: /Users/kaspars/Projects/wp-scripts-eslint-prettier-bug
10 silly lifecycle @kasparsd/[email protected]~lint: Args: [ '-c', 'eslint ./src' ]
11 silly lifecycle @kasparsd/[email protected]~lint: Returned: code: 2  signal: null
12 info lifecycle @kasparsd/[email protected]~lint: Failed to exec lint script
13 verbose stack Error: @kasparsd/[email protected] lint: `eslint ./src`
13 verbose stack Exit status 2
13 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack     at emitTwo (events.js:126:13)
13 verbose stack     at EventEmitter.emit (events.js:214:7)
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 emitTwo (events.js:126:13)
13 verbose stack     at ChildProcess.emit (events.js:214:7)
13 verbose stack     at maybeClose (internal/child_process.js:915:16)
13 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
14 verbose pkgid @kasparsd/[email protected]
15 verbose cwd /Users/kaspars/Projects/wp-scripts-eslint-prettier-bug
16 verbose Darwin 19.3.0
17 verbose argv "/usr/local/Cellar/node@8/8.17.0/bin/node" "/usr/local/bin/npm" "run" "lint"
18 verbose node v8.17.0
19 verbose npm  v6.13.6
20 error code ELIFECYCLE
21 error errno 2
22 error @kasparsd/[email protected] lint: `eslint ./src`
22 error Exit status 2
23 error Failed at the @kasparsd/[email protected] lint script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 2, true ]

About

Sample repository to demonstrate an eslint-plugin package issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published