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
It looks like installing @commitlint/load installs typescript as it has been added to dependencies in #2779. This is one of the reasons why installing @commitlint/load versions 13.2.1 and up, takes whopping 65 MB of disk space, which is almost 30x more than installing version 13.1.0.
Expected Behavior
@commitlint/load not to install typescript alongside itself
It looks like installing @commitlint/load installs typescript as it has been added to dependencies in #2779. This is one of the reasons why installing @commitlint/load versions 13.2.1 and up, takes whopping 65 MB of disk space, which is almost 30x more than installing version 13.1.0.
Expected Behavior
@commitlint/load not to install typescript alongside itself
Current Behavior
@commitlint/load installs typescript alongside itself
Affected packages
Possible Solution
Remove typescript from dependencies
Steps to Reproduce (for bugs)
npm install @commitlint/load
The text was updated successfully, but these errors were encountered: