-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
"No ESLint configuration found." when using yarn link #2793
Comments
When using the above config (and using
|
Output from |
I fixed the above runtime error by deleting |
Thank you @c0defre4k ! Helped me greatly! And if you are using Nuxt: config.resolve.symlinks = false |
What problem does this feature solve?
When using a yarn linked package it breaks the build process.
This behavour has been changed multiple times between 3.0.0-beta and 3.0.5. See here #1559
I think it would help people a lot if there was some hint in the Vue-CLI docs.
What does the proposed API look like?
Give a hint in the docs to add this snippet to your vue.config.js when using yarn link.
The text was updated successfully, but these errors were encountered: