iT邦幫忙

2022 iThome 鐵人賽

DAY 29
0
Modern Web

React 新手村 - 填坑記系列 第 29

React 新手村 - 填坑記 - Day29 前後端常見運用(四)

  • 分享至 

  • xImage
  •  

Trouble Installing React as an App within Django

問題:在 Django 中將 React 作為應用程序安裝時遇到問題出現以下錯誤

ERROR in Entry module not found: Error: Can't resolve 
'./frontend/src/components/index.jsx' in 
'C:\Users\alexm\projects\DjangoReactCRM\drcrm'
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! drcrm@1.0.0 dev: `webpack ‑‑mode development 
./frontend/src/components/index.jsx ‑‑output 
./frontend/static/frontend/main.js`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the drcrm@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely 
additional logging output above.

解決方式:
As the error states, you don't have a file called ./frontend/src/components/index.jsx in your project ‑ https://github.com/AlexMercedCoder/DjangoReactCRM/tree/master/frontend/src/components. It is index.js instead.

So, in your package.json, change the script to be:

webpack ‑‑mode development ./frontend/src/components/index.js ‑‑output ./frontend/static/frontend/main.js

上一篇
React 新手村 - 填坑記 - Day28 前後端常見運用(三)
下一篇
React 新手村 - 填坑記 - Day30 完結灑花
系列文
React 新手村 - 填坑記30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言