[ ] I agree to follow the Code of Conduct that this project
adheres to.
[ ] I have searched the issue tracker for an issue that matches the one I want
to file, without success.
Description of the problem
I tried to run codesandbox-client lollcaly, and I found several problems:
I use nodejs 16.13.1, but the lru-cache 10.0.1 need. node version >= 16.14, so I reinstall nodejs 16.14.2 .
after yarn install; yarn start, I open http://localhost:3000 with browser, but I found 404 error for. service-worker.js. and manifest.json . these files are under 'www' folder, I'm not sure why these files can't be find
I create a. sandbox of. 'HTML&CSS', after redirect to this sandbox, the content is 'Whoops, page not found We canât seem to find the page youâre looking for'.
How has this issue affected you? What are you trying to accomplish?
đ bug report
Preflight Checklist
Description of the problem
I tried to run codesandbox-client lollcaly, and I found several problems:
How has this issue affected you? What are you trying to accomplish?
To Reproduce
Link to sandbox: [link]() (optional)
Your Environment