botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
66 stars 81 forks source link

Analytics broken (11.5.x) #624

Closed dmytropanontko closed 5 years ago

dmytropanontko commented 5 years ago

@allardy Look here ASAP)

Analytics is broken now. I have tried to run yarn build in botpress main folder and get following error:

image

After that, I go to Analytics and tried to run yarn build in the module folder. I got the following error:

image

allardy commented 5 years ago

@dmytropanontko There was a breaking change in how module views are handled. That implied changes with the module-builder, which means that you need to clear the node_modules folder of every module, then build it again. I'll add this in the migration guide