Browser-sync-client Uncaught TypeError: Cannot read properties of undefined (reading 'on')

Viewed 47

I got this after a Jhipster upgrade to release 6.0.0.
i did the upgrade with npx jhipster upgrade.

angular 5 to 7.

From:
"browser-sync": "2.18.13", "browser-sync-webpack-plugin": "1.2.0",

To :

"browser-sync": "2.26.5",
"browser-sync-webpack-plugin": "2.2.2",

browser-sync-client.js?v=2.26.5:19

Uncaught TypeError: Cannot read properties of undefined (reading 'on') at browser-sync-client.js?v=2.26.5:19:12 at browser-sync-client.js?v=2.26.5:128:3

enter image description here

do anyone know how to solve it ?

0 Answers
Related