-
-
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
Unable to resolve path to module 'v8' #676
Comments
Interesting - https://nodejs.org/dist/latest-v7.x/docs/api/v8.html seems to be available only in io.js and node 4+. This seems to be a bug in the I've filed browserify/resolve#112 to address this. |
btw, can probably work around this with |
@benmosher, thanks. At least for now I just use |
The |
Great! |
v1.2.0 of I'll push up a commit shortly that bumps the minimum dep versions in both resolvers which will close this issue. |
heads up @SkeLLLa, just published v0.3.0 of the Node resolver with these changes. |
@benmosher, great, thanks! |
agh, realization: probably can't install it since the Node resolver is a dependency of the plugin and is pegged to |
created #690 to release v2.1.1 of the plugin that would allow it to be installed. stand by for release |
Module v8 is built-in, but eslint-plugin-import tries to find it in node_modules.
The text was updated successfully, but these errors were encountered: