Skip to content

memo web fails with ENOENT: default-stylesheet.css not found in distributed package #195

@minorcell

Description

@minorcell

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

  1. Install memo-code globally or use npx
  2. Run memo web
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIssue needs initial triage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions