Unknown plugin "module-resolver"
See original GitHub issueI’m getting this error:
.../node_modules/react-vis/dist/index.js: Unknown plugin "module-resolver" specified in
".../node_modules/react-vis/package.json" at 0
Versions: npm: 5.5.1 react-vis: 1.8.0 react: 16.2.0 parcel-bundler: 1.2.0
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (7 by maintainers)
Top Results From Across the Web
Xcode / React Native - unknown plugin 'module-resolver' "
I am running a build on Xcode for my React Native project and for some reason, when running the build in debug mode,...
Read more >babel-plugin-module-resolver - npm
This plugin allows you to add new "root" directories that contain your modules. It also allows you to setup a custom alias for...
Read more >[Solved]-Xcode / React Native - "Transform Error
Coding example for the question Xcode / React Native - "Transform Error - unknown plugin 'module-resolver' "
Read more >Module build failed: ReferenceError: Unknown plugin "module ...
1.Module build failed: ReferenceError: Unknown plugin “import” specified in “C:\bxn\WYwap\.babelrc” at 2, attempted to resolve relative to “C:\ ...
Read more >@fdao/babel-plugin-module-resolver - npm package | Snyk
Learn more about @fdao/babel-plugin-module-resolver: package health score, popularity, security, maintenance, ... Last Commit: unknown ...
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 Free
Top 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
I got the same error Fixed it with manually installing
babel-plugin-module-resolver
as dev dependency@balthazar Still getting the same issue