首页 > 解决方案 > 如何在快递服务器上开始反应店面(moovweb)

问题描述

在官方文档服务器上以
npm run start:express

yarn start:express 开头
这是文档链接
https://pwa.moovweb.com/guides/express

错误日志

exports = module.exports = createDebug.debug = createDebug['default'] = createDebug;
^

TypeError: Cannot assign to read only property 'exports' of object '#'

在 build/server/main.js:51875

请帮我解决这个问题

标签: reactjsexpressstorefrontmoovwebreact-storefront

解决方案


前段时间 create-react-storefront 正在构建的入门应用程序存在问题。这已得到修复。当您创建一个新应用程序时,Express 现在应该可以正常工作了。


推荐阅读