botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
36 stars 38 forks source link

revert(deps): downgrade fs-extra to v9 #284

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

This PR fixes an issue with the binary produced with pkg. Since pkg uses fs-extra v8, it conflicted, when running the binary, with the version (v10) that was installed in the studio-be package.

Related to: https://github.com/vercel/pkg/issues/1180

Closes BUS-214

linear[bot] commented 2 years ago
BUS-214 Bug#12 Studio fails to start with error ->Cannot read property 'name'

Link to slack conversation: [https://botpresshq.slack.com/archives/C02AFENA9C5/p1643993938949869](https://botpresshq.slack.com/archives/C02AFENA9C5/p1643993938949869) ![image.png](https://uploads.linear.app/86b5451b-0c34-4f42-8d54-be35c275a26b/b066eb88-38a1-42bd-a445-bbfc7ece90f1/cb8e5e26-c630-487e-b2ae-6e3475a45cc4)

daehli commented 2 years ago

Have you updated the next Branch? With this change ?

laurentlp commented 2 years ago

Have you updated the next Branch? With this change ?

@daehli Yes! Let me know if you still have issues.