-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TypeError on 2.17.0 #1322
Comments
I has the same issue, I believe problem is because package |
Same happen to me. Looks like a new version of |
I had the same issue |
There is no "exports.getFileExtensions = makeValidExtensionSet" in eslint-module-utils/ ignore.js v2.17.0 Fix please ps. I do not understand. There is "exports.getFileExtensions = makeValidExtensionSet" in github source, but there is no "exports.getFileExtensions = makeValidExtensionSet" in release source. |
Same problem
|
`eslint-plugin-import` causes TypeError issues import-js/eslint-plugin-import#1322
For now, downgrading to 2.16.0 of |
Thanks, I’ll update eslint-module-utils shortly. |
v2.4.0 of es-module-utils is published; i'll also publish v2.17.1 of eslint-plugin-import to bump the dep requirement. |
Cool, thanks. |
eta? |
@fisker unless your lockfile is keeping you broken, all you have to do is rimraf and reinstall node_modules and everything is already fixed. If you have a lockfile, make sure to update the transitive eslint-module-utils dep. |
Actually it looks like there is a (huge) delay in the version deployment on NPM network. |
It hasn’t been published yet, so it’s not available for anyone - but you don’t need that patch version of the parent package to fix this issue. |
v2.17.1 is now published. |
thanks, works now. |
I receive the following error while running
eslint
based on airbnb on a long-standing project after updating to 2.17.0.using
Perhaps I have some mistake on my end? If more details are needed please let me know,
The text was updated successfully, but these errors were encountered: