How to start react storefront (moovweb) on express server

偶尔善良 提交于 2019-12-13 03:58:55

问题


On official Documentation server start with
npm run start:express
Or
yarn start:express
This is documentation link
https://pwa.moovweb.com/guides/express

Error Log

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

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

On build/server/main.js:51875

please help me to solve this problem


回答1:


There was an issue with the starter app that create-react-storefront was building a while ago. This has been fixed. Express should work fine now when you create a new app.



来源:https://stackoverflow.com/questions/54626007/how-to-start-react-storefront-moovweb-on-express-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!