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
The problem with override is that you have to put it into every package.json of all your tools using directly or indirectly node-abort-controller. Even if you have one in between which declares an override. If node-abort-controller isn't fixed shortly it would be nice if "node-abort-controller": "^3.0.1"
could be changed to "node-abort-controller": "3.0.1"
in fork-ts-check-webpack-plugin, fixing it for all its users.
Current behavior
When using Node 16 (LTS) or greater,
install/update command triggers a warning:
node-abort-controller docs say its not needed when using Node 14.7.0+.
Expected behavior
No warning is thrown when installing this package using Node 16+.
Steps to reproduce the issue
npm i fork-ts-checker-webpack-plugin
Issue reproduction repository
none needed
Environment
The text was updated successfully, but these errors were encountered: