You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Interestingly enough, the error went away when i updated to version ^2.2.2 for feathers, i checked with the versions on feathers-chat-angular...
See if it works for you as well.
EDIT:
just update feathers-hooks to 2.1.0 version, it should work fine.
Expected behavior
Builds angular applciation with feathersjs socket connection to featherjs server without issues.
Actual behavior
Build failed with a message:
ERROR in [at-loader] ./node_modules/feathers-hooks/index.d.ts:8:13
TS2428: All declarations of 'Service' must have identical type parameters.
System configuration
Temporary Fix:
remove "extends any" in line 8 found in ./node_modules/feathers-hooks/index.d.ts
The text was updated successfully, but these errors were encountered: