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 Mar 25, 2021. It is now read-only.
Today https://github.com/tj/commander.js has been updated to version 2.12.0 which add @types/node as dependencies (not devDependencies) and it broke some web-based projects which used tslint - it has installed @types/node as cross-deps and now we have the following errors (for example):
error TS2322: Type 'Timer' is not assignable to type 'number | null'.
Type 'Timer' is not assignable to type 'number'.
Today https://github.com/tj/commander.js has been updated to version
2.12.0
which add@types/node
asdependencies
(notdevDependencies
) and it broke some web-based projects which usedtslint
- it has installed@types/node
as cross-deps and now we have the following errors (for example):while using
setTimeout
.Related issue tj/commander.js/issues/719
The text was updated successfully, but these errors were encountered: