Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find module react-hot-loader in version 0.11.1 #61

Open
bhaskarvgurram opened this issue Jun 14, 2019 · 7 comments
Open

cannot find module react-hot-loader in version 0.11.1 #61

bhaskarvgurram opened this issue Jun 14, 2019 · 7 comments

Comments

@bhaskarvgurram
Copy link

No description provided.

@moale
Copy link

moale commented Jun 18, 2019

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

@martinseanhunt
Copy link

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

@damiangreen
Copy link

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

@kauly
Copy link

kauly commented Jul 5, 2019

Probably because the plugin is required in .babelrc file.

@mohshbool
Copy link
Contributor

same issue here using React 16.8.6

@EthanML
Copy link

EthanML commented Jul 24, 2019

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

mahboubii added a commit to mahboubii/react-audio-player that referenced this issue Aug 30, 2019
mahboubii added a commit to mahboubii/react-audio-player that referenced this issue Aug 30, 2019
@syed-786
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants