react-audio-player icon indicating copy to clipboard operation
react-audio-player copied to clipboard

cannot find module react-hot-loader in version 0.11.1

Open bhaskarvgurram opened this issue 6 years ago • 7 comments
trafficstars

bhaskarvgurram avatar Jun 14 '19 19:06 bhaskarvgurram

i've the same issue!, resolved by installing the missing module

moale avatar Jun 18 '19 16:06 moale

Same issue here, fixed by adding react-hot-loader manually

martinseanhunt avatar Jun 20 '19 11:06 martinseanhunt

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

damiangreen avatar Jun 26 '19 14:06 damiangreen

Probably because the plugin is required in .babelrc file.

kauly avatar Jul 05 '19 00:07 kauly

same issue here using React 16.8.6

mohshbool avatar Jul 21 '19 16:07 mohshbool

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).

EthanML avatar Jul 24 '19 16:07 EthanML

Just manually install the "npm install react-hot-loader" problem solved

syed-786 avatar Sep 26 '19 08:09 syed-786