valaxyjs / valaxy-theme-starter

🎨 Starter template for valaxy-theme.
https://starter.valaxy.site
MIT License
10 stars 2 forks source link

pnpm  warn: Issues with peer dependencies found #4

Closed hairyf closed 2 years ago

hairyf commented 2 years ago

image

pnpm.peerDependencyRules should be added in root package

  "pnpm": {
    "peerDependencyRules": {
      "ignoreMissing": [
        "@types/markdown-it",
        "@algolia/client-search",
        "@types/react",
        "react",
        "react-dom"
      ]
    }
  }
YunYouJun commented 2 years ago

Do you want to create a PR for it?

YunYouJun commented 2 years ago

I separate it and add it to theme, so valaxy do not depend @docsearch.

Thanks for your feedback.