Skip to content
New issue

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

Cannot read property 'hashOfConfig' of undefined #1083

Closed
steabert opened this issue Mar 1, 2018 · 1 comment

Comments

@steabert
Copy link

commented Mar 1, 2018

After installing and running standard, I get:

$ yarn standard
yarn run v1.3.2
$ /home/.../node_modules/.bin/standard
standard: Unexpected linter output:

TypeError: Cannot read property 'hashOfConfig' of undefined
    at fileList.map.fileInfo (/home/.../node_modules/eslint/lib/cli-engine.js:532:71)
    at Array.map (<anonymous>)
    at CLIEngine.executeOnFiles (/home/.../node_modules/eslint/lib/cli-engine.js:518:34)
    at /home/.../node_modules/standard-engine/index.js:111:61
    at /home/.../node_modules/deglob/index.js:51:12
    at end (/home/.../node_modules/run-parallel/index.js:16:15)
    at done (/home/.../node_modules/run-parallel/index.js:20:10)
    at each (/home/.../node_modules/run-parallel/index.js:26:7)
    at /home/.../node_modules/run-parallel/index.js:41:37
    at f (/home/.../node_modules/once/once.js:25:25)
@steabert

This comment has been minimized.

Copy link
Author

commented Mar 1, 2018

It was a problem with eslint not being able to handle a symbolic link pointing to a non-existing file. I will put an issue with eslint instead.

@steabert steabert closed this Mar 1, 2018

@lock lock bot locked as resolved and limited conversation to collaborators May 30, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant
You can’t perform that action at this time.