Milkdown / milkdown

🍼 Plugin driven WYSIWYG markdown editor framework.
https://milkdown.dev
MIT License
8.99k stars 411 forks source link

[Bug]Project installation dependency running exception #1445

Closed Ajianxian closed 4 months ago

Ajianxian commented 4 months ago

Initial checklist

Affected packages and versions

the latest version in main branch

Link to runnable example

No response

Steps to reproduce

  1. git clone https://github.com/Milkdown/milkdown.git
  2. Enter the project directory and use pnpm to install dependencies.
  3. Use pnpm run start to running the project, Error occurred
  4. use cnpm install -D tailwind-nord to install dependencies, and rerun the project,Error occurred
  5. Install ‘tailwind-nord’ dependencies, and rerun the project
  6. Go to http://localhost:6006/, It was found that the website was abnormal and the page reported an error.

Expected behavior

The website is running normally after starting the project locally

Actual behavior

2024-07-30_15445401

Runtime

Chrome

OS

Windows

Build and bundle tools

No response

Ajianxian commented 4 months ago

Step 6: Visit the website to display an exception and report an error.

image

Saul-Mirone commented 4 months ago

Please use pnpm and corepack.