How to start react storefront (moovweb) on express server
问题 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