Unable to resolve ./modal/Modal
See original GitHub issueUnable to resolve ./modal/Modal" from "./C:\\Users\\Ramon\\Code\\native\\bs.li\\node_modules\\expo\\src\\Expo.js`: could not resolve `C:\\Users\\Ramon\\Code\\native\\bs.li\\node_modules\\expo\\src\\modal\\Modal' as a file nor as a folder","name":"UnableToResolveError","type":"UnableToResolveError","errors":[{}]},"type":"bundling_error"}"
I have been getting this error on my Windows 10 machine. I tried going back to an older commit but this doesn’t fix the error.
The files in question are present.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Issue #177 · maxs15/react-native-modalbox - GitHub
I import the library like this: import Modal from 'react-native-modalbox';. and get: unable to resolve module 'react-native-modalbox'.
Read more >Can't resolve all parameters for Modal: (?, ?, ?) - Stack Overflow
It's an ionic ocmponent. It is not my code. Okay then. Error says it cant find dependencies reuired for modal when modal is...
Read more >react-modal - npm
Accessible modal dialog component for React.JS. Latest version: 3.16.1, last published: 2 months ago. Start using react-modal in your ...
Read more >Modal - Angular powered Bootstrap
If you pass a component type as content, then instances of those components can be injected with an instance of the NgbActiveModal class....
Read more >react-modal | Yarn - Package Manager
Use <ReactModal> tag inside your React CDN app. API documentation. The primary documentation for react-modal is the reference book, which describes the API...
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
The fix is already on npm, just get the latest package (published yesterday IIRC).
The fix didn’t seem to work for me. I had to manually rename the folder from
Modal
tomodal
insidenode_modules
.