Bug Description
Running memo web fails with error:
Error: ENOENT: no such file or directory, open '/Users/mcell/.nvm/versions/node/v24.10.0/lib/node_modules/@memo-code/memo/dist/browser/default-stylesheet.css'
The error occurs in jsdom when trying to load stylesheets. The server starts but browser auto-open fails.
Steps to Reproduce
- Install memo-code globally or use npx
- Run
memo web
- Observe the error
Expected Behavior
memo web should start the web server and open browser without errors.
Environment
- memo version: 0.8.57
- Node.js: v24.10.0
- Platform: macOS
Root Cause
The distributed package is missing dist/browser/default-stylesheet.css which jsdom requires.
🤖 Generated with Memo Code