MoralisWeb3 / react-moralis

Hooks and components to use Moralis in a React app
MIT License
624 stars 166 forks source link

Axios not found in node modules #23

Closed geektechniquestudios closed 3 years ago

geektechniquestudios commented 3 years ago

I did a fresh install of moralis and react-moralis on a new react project templated for typescript and was met with the message:

./node_modules/moralis/lib/browser/MoralisWeb3Api.js Module not found: Can't resolve 'axios' in 'C:...\node_modules\moralis\lib\browser'

I was able to fix this by locally installing axios in my project npm i axios. However, I did not see axios mentioned as a dependency for moralis.

ErnoW commented 3 years ago

This was an issue in the moralis-sdk. It has been fixed in moralis@0.0.90 It should work without a manual install if you update your moralis depenency