Open leoj3n opened 6 years ago
Thanks for reporting. I'll add it to the list.
Looks like @feathersjs/socketio
is meant for server-side.
Using @feathersjs/socketio-client
results in no error.
https://docs.feathersjs.com/migrating.html#client-side-feathers
I'm not sure if steal should have been able to resolve the path regardless, or if steal could have detected this user error and given a helpful warning, so I won't close this issue myself.
http://localhost:8080/
node_modules/@feathersjs/socketio
package.json
index.js
index.html
main
of@feathersjs/socketio
tohttp://localhost:8080/
has new errorsWhy is possible to import
jquery
, but not@feathersjs/socketio
?