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
I currently have to keep my @types/node dev dependency at 12.x in order to avoid the following:
C:/myproject/node_modules/modbus-stream/types/index.d.ts(99,26): error TS2689: Cannot extend an interface 'NodeJS.EventEmitter'. Did you mean 'implements'?
TypeScript: 1 semantic error
The text was updated successfully, but these errors were encountered:
I currently have to keep my
@types/node
dev dependency at 12.x in order to avoid the following:The text was updated successfully, but these errors were encountered: