Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing peer dependency from @auto-it/core requested by ts-node
``` $ yarn add auto ➤ YN0002: │ @auto-it/core@npm:10.43.0 doesn't provide @types/node, requested by ts-node $ yarn explain peer-requirements ➤ YN0000: @auto-it/core@npm:10.43.0 doesn't provide @types/node, breaking the following requirements: ➤ YN0000: ts-node@npm:10.9.1 → * ✘ ``` See https://yarnpkg.com/advanced/error-codes#yn0002---missing_peer_dependency fixes #2343
- Loading branch information