javascript - Next.js: Module build failed: Error: Cannot find module 'react-hot-loaderbabel' from 'homeu

I am trying to get started with Next.js, yet I receive the following error:Module build failed: Error:

I am trying to get started with Next.js, yet I receive the following error:

Module build failed: Error: Cannot find module 'react-hot-loader/babel' from '/home/ugurkaya/Desktop'

The following is my package.json:

  "name": "hello-next",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "next": "^6.0.4-canary.6",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-hot-loader": "next"
  }

I added the react-hot-loader dependency manually when I get this error, yet it did not solve. Looking forward your helps!

I am trying to get started with Next.js, yet I receive the following error:

Module build failed: Error: Cannot find module 'react-hot-loader/babel' from '/home/ugurkaya/Desktop'

The following is my package.json:

  "name": "hello-next",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start"
  },
  "dependencies": {
    "next": "^6.0.4-canary.6",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-hot-loader": "next"
  }

I added the react-hot-loader dependency manually when I get this error, yet it did not solve. Looking forward your helps!

Share Improve this question edited Jun 15, 2018 at 4:30 Uğur Kaya asked Jun 15, 2018 at 4:21 Uğur KayaUğur Kaya 2,5373 gold badges17 silver badges23 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 3

I fixed this issue by just

npm install react-hot-loader --save-dev

This issue is generate because react not find react-hot-loader in dev dependancy

You can solve this problem you just need to install react-hot-loader as dev dependancy

npm install react-hot-loader --save-dev

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745439991a4627786.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信