我正在尝试Django Saleor来体验ECommerce框架。 但是我得到这个错误。 我甚至尝试找到项目根目录,但我找不到webapck-bundle.json。
这是我的 django 调试页面的错误
OSError at /en/
Error reading /workspace/saleor/saleor/webpack-bundle.json. Are you sure webpack has generated the file and the path is correct?
- install node.js
- npm 安装
- 准备前端资产
- 启动开发服务器
npm i
npm run build-assets --production