-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix TS2322 and update @typescript-eslint/* #479
Conversation
Type 'string | void | Buffer' is not assignable to type 'string'. Type 'void' is not assignable to type 'string'.
- @typescript-eslint/[email protected] - @typescript-eslint/[email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that you are using an outdated version of npm. Please upgrade to at least npm@8
and re-generate the package-lock.json
reinstalled with |
fix(ts): error TS2322
Type 'string | void | Buffer' is not assignable to type 'string'.
Type 'void' is not assignable to type 'string'.
succesful build on node 14.
dimaslanjaka@22faf4f
chore(deps-dev): update typescript-eslint/*
update dev dependencies as below list: