https://rancher.com/ logo
Title
s

swift-table-42186

11/15/2022, 3:37 PM
Hi guys, I have some problem with run dashboard frontend on my mac I cloned repo(https://github.com/rancher/dashboard) Ran
yarn install
and
yarn dev
But I got errors Do you have any ideas how can I fix it?
b

billions-vase-14972

11/15/2022, 4:19 PM
Try clearing your cache with
yarn clean
and re-running
yarn install
. The Epinio and Harvester packages are not necessary for the dashboard to be ran locally, they should also be excluded in the nuxt config. What version of node are you using?
s

swift-table-42186

11/15/2022, 4:30 PM
v16.18.1
I switched node version to 14, re-installed dependencies and now it's works
b

billions-vase-14972

11/16/2022, 2:35 PM
I've been running into issues with any node version above 14 lately, I'll bring this up to the UI team to find a solution
🙌 1