feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.03k stars 750 forks source link

Document does not work #2996

Closed ThinhNguyen-Madi closed 1 year ago

ThinhNguyen-Madi commented 1 year ago

I write flow: https://feathersjs.com/guides/basics/starting.html#an-api-server It display error: `app.ts:45:25 - error TS2339: Property 'on' does not exist on type 'FeathersService<Application<ServiceTypes, any>, MessageService>'.

45 app.service('messages').on('created', (message: Message) => {`