react-vis: Unknown plugin "module-resolver"
I’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
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (7 by maintainers)
I got the same error Fixed it with manually installing
babel-plugin-module-resolver
as dev dependency