weaveworks/weave-gitops-enterprise

`yarn start` often raises a "sig-something" panic and crashes (parcel having a bad time)

foot opened this issue · 0 comments

Workaround:

rm -rf .parcel-cache
yarn start

Seems to happen more when hopping around branches etc a lot... (maybe).

Options:

  • Upgrade parcel (?)
  • Switch to vitejs or something?