react-audio-player
react-audio-player copied to clipboard
cannot find module react-hot-loader in version 0.11.1
i've the same issue!, resolved by installing the missing module
Same issue here, fixed by adding react-hot-loader manually
We spent almost an entire day on this. Our build server wasn't working but it worked locally.
Long story short, You have to make sure it's in your dependencies , not your devDependencies
Probably because the plugin is required in .babelrc file.
same issue here using React 16.8.6
Same issue here - I had to manually add react-hot-loader as a dev dependency to get my CRA-based app to build (I'm on 0.11.0 of this lib).
Just manually install the "npm install react-hot-loader" problem solved