n6g7/httpdf

Yarn dev returns errors on fresh clone

tomaszzmudzinski opened this issue · 1 comments

Hi,

I cloned your project, did 'yarn install' and then 'yarn dev' and I am getting errors like this:

Error: Cannot find module './../.build/asyncProps.js'
Error: Cannot find module './../.build/broken.js'
Error: Cannot find module './../.build/demo.js'
Error: Cannot find module './../.build/components/index.js'

Could you help me to fix this problem and make it work?

n6g7 commented

Hey, sorry for the very late reply. This should be fixed with the switch to esm from today.
Feel free to re-open if you're still having issues (and still care about this issue 😅).