Last build 0.3.22 Module not found
See original GitHub issueafter updating from 0.3.17 to 0.3.22 im getting the following error, its just me?
./node_modules/@usedapp/core/dist/esm/src/hooks/useGasPrice.js Module not found: Can't resolve '@usedapp/core/src/providers' in '/Users/brunitob/GitHub/koaladao-frontend/node_modules/@usedapp/core/dist/esm/src/hooks'
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
install command doesn't work · Issue #8279 · google/jax - GitHub
Finally, I get ModuleNotFoundError: No module named 'jaxlib' when running import jax from a python prompt. I have CUDA 11.3 and cuDNN 8.2....
Read more >Module not found: Error: Cannot resolve module
In nodejs, when you call require("script1.js") it won't search in the current folder. You have to use require("./script2.js") , to specify ...
Read more >encountered error while generating package metadata
Ok, I faced this issue with python 3.10.4 and after searching I found two solutions for this problem because this problem not being...
Read more >The `wasm-bindgen` Guide - Rust and WebAssembly
Introduction. This book is about wasm-bindgen , a Rust library and CLI tool that facilitate high-level interactions between wasm modules and JavaScript.
Read more >wasm-bindgen-test 0.2.19 - Docs.rs
If you believe this is docs.rs' fault, open an issue. Visit the last successful build: wasm-bindgen-test-0.3.33. wasm-bindgen-test. This crate ...
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
Similar issue here after upgrading to 0.3.22. Even with a completely fresh create-react-app once I import
DAppProvider
I getme too! a simple “next.js” project with 0.3.22 won’t start because cannot compile… It seems like tsconfig.json inside “@usedapp/core” has an import of another tsconfig that is not present inside module folder.
EDIT: downgrade to 0.3.17 works for me