CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

upgrade packages #214

Closed benfoley closed 3 years ago

benfoley commented 3 years ago

Updates the GUI packages.

Highly likely that hot reloading won't work after this, due to changes in create-react-app hot reload, fast refresh business.

Also results in two console messages when using yarn watch to live build the app in development, but I'm happy to live with them :-)

WebSocket connection to 'ws://0.0.0.0:5000/sockjs-node' failed: (anonymous) @ webpackHotDevClient.js:60
webpackHotDevClient.js:76 The development server has disconnected.
Refresh the page if necessary.
benfoley commented 3 years ago

oops i may have jumped the gun in using yarn here. I'll put it back to npm for now