This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2 doesn't provide typescript, requested by ts-node #147
Comments
Warning can be suppressed by supplying the following in packageExtensions:
# awaiting fix: https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/issues/147
'@endemolshinegroup/cosmiconfig-typescript-loader@*':
peerDependenciesMeta:
typescript:
optional: true |
Looks like there's a PR for this already #133. Let's hope it gets merged. |
4 tasks
travi
added a commit
to travi/commitlint
that referenced
this issue
Oct 2, 2021
in order to satisfy the peer requirement from `@endemolshinegroup/cosmiconfig-typescript-loader`. this could be removed if EndemolShineGroup/cosmiconfig-typescript-loader#147 is satisfied upstream
travi
added a commit
to travi/commitlint
that referenced
this issue
Oct 2, 2021
in order to satisfy the peer requirement from `@endemolshinegroup/cosmiconfig-typescript-loader`. this could be removed if EndemolShineGroup/cosmiconfig-typescript-loader#147 is satisfied upstream fixes conventional-changelog#2779
7 tasks
escapedcat
pushed a commit
to conventional-changelog/commitlint
that referenced
this issue
Oct 3, 2021
in order to satisfy the peer requirement from `@endemolshinegroup/cosmiconfig-typescript-loader`. this could be removed if EndemolShineGroup/cosmiconfig-typescript-loader#147 is satisfied upstream fixes #2779
This was referenced Nov 30, 2021
Closed
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
See above
This warning gets shown when using Yarn 2, which is a bit more strict about subdependencies.
typescript
is a peer dependency ofts-node
, which is a dependency of@endemolshinegroup/cosmiconfig-typescript-loader
. Typically it will already be installed in repositories consumingcosmiconfig-typescript-loader
, but it should be included as a depencency (peer or otherwise) regardless.The text was updated successfully, but these errors were encountered: