neurosity / openbci-dashboard

A fullstack javascript app for capturing and visualizing OpenBCI EEG data
93 stars 23 forks source link

Vendor file socket.io-client not found #42

Closed JayKan closed 6 years ago

JayKan commented 7 years ago

Great work here @alexcastillo!!

Here is a little bug that relates to vendor file socket.io-client not found. Please see attached screenshot for reference: screen shot 2017-02-07 at 4 42 11 pm

For those who are also encountering this error, please follow the following steps to resolve your issue:

Once you have edited those two files, re-run npm run visualize or npm run simulate, you should get your app running smoothly!

Also, I have noticed current app is still running on @angualr rc versions, any ideas when you would like to upgrade to the latest @angular?

Cheers, Jay Kan

NawarA commented 7 years ago

Got it working with a hack. Paste

https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.js in place of the vendor/socket.io-client/socket.io.js in system-config.ts

retani commented 6 years ago

thank you!!