Unable to find config
See original GitHub issueI followed the example of installing prettier-eslint-cli as a dev dependency, adding a format
script in package.json
, and I have a .eslintrc.json
file in the root directory of my project, but when I run npm run format
I get this:
> prettier-eslint "src/**/*.js"
prettier-eslint [ERROR]: Unable to find config
prettier-eslint [ERROR]: Unable to find config
failure formatting 2 files with prettier-eslint
I must be missing a step.
Issue Analytics
- State:
- Created 7 years ago
- Comments:28 (18 by maintainers)
Top Results From Across the Web
"Unable to find config file..." when trying to run a simple java ...
Running Tomcat 8.5.34 and Axis 1.4 on Windows 10. I have added Environment variables: JAVA_HOME = C:\Program Files (x86)\Java\jdk1.
Read more >Extension is unable to find config file · Issue #535 - GitHub
I tried connecting to a remote server using settings in my config file. However for some reason vsode throws up error saying it...
Read more >How to fix Hugo's 'unable to locate Config file' error? - Kodify.net
# Cause 3) Incorrect named or misplaced configuration file ... Two other reasons for the 'unable to locate Config file' error are when...
Read more >unable to find config file : r/homeassistant - Reddit
I am now getting the following error when I go to the HASSIO tab in home assistant "Unable to load the panel source:...
Read more >Unable to locate config file or config directory - support - HUGO
I've encountered a problem this month where I get the following error - Unable to locate config file or config directory.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Kent, works great now!
I have the same problem with yarn and enabled workspaces.
The problem is solved by adding
**/prettier-eslint-cli
and**/prettier-eslint-cli/**
in theworkspaces.nohoist
field.