sitevision / envision

UI Library by Sitevision
https://envisionui.io/
MIT License
17 stars 17 forks source link

Missing dist/envision-icons.svg blocking startup #374

Closed viktor-sarge closed 1 year ago

viktor-sarge commented 1 year ago

Just cloned the project locally, ran 'yarn install' and 'yarn dev'. Envision complains about a missing file at the path "envision/node_modules/envision/dist/envision-icons.svg" and refused to start. I copied it from https://envisionui.io/sitevision/envision-icons.svg and that alleviated the issue.

henrikekelof commented 1 year ago

Thanks, we'll look into it. Running npm run build once before yarn dev might be a workaround in the meantime.

viktor-sarge commented 1 year ago

Ah, yes that sounds reasonable. In that case adding that step to the readme would be a working fix :)