This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 121
Incorrect eslintPkgPath: .../api.js/package.json
#282
Labels
Comments
PR welcome |
This comment has been minimized.
This comment has been minimized.
There are some discussed workarounds in vuejs/vue-cli#4231: There is also a proposed fix for vue-cli to use the directory rather than the file path: That PR should fix this issue for vue-cli cases, although I'm not sure if there are other instances where people may have been passing file paths to this module that would now be breaking. |
I have this problem too.
|
Somebody can test #283? |
I liked that patch. I just went in and replaced the require with '5.6.0' and it works fine, but that's not a fix. Perhaps that patch will get us back on the road. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Expecting regular Vue builds to succeed.
Actual Behavior
See vuejs/vue-cli#4231
Vue builds are failing due to an eslint-loader error.
Code
This addition seems to result in
eslintPkgPath
sometimes adding/package.json
to the path in situations where it should not:How Do We Reproduce?
See vuejs/vue-cli#4231
The text was updated successfully, but these errors were encountered: