haaarshsingh/kmenu

[BUG] Running example gives error

Closed this issue · 2 comments

Using node 20. Just yarn install root project then in the example dir and then yarn start

opening the url on localhost:3000 gives:

Compiled with problems:X

ERROR

[eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » /Users/theo/projects/kmenu/example/node_modules/eslint-config-react-app/base.js" and "BaseConfig » /Users/theo/projects/kmenu/node_modules/eslint-config-react-app/base.js".

Doing in the examples/package.json does fix it

  "devDependencies": {
    "eslint-config-react-app": "link:../node_modules/eslint-config-react-app"
  },

hey, i had similar issues too. thanks for the fix, i'll put it in.