Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

wrong engine for yarn set :( #77

Closed
maapteh opened this issue Jul 27, 2020 · 1 comment
Closed

wrong engine for yarn set :( #77

maapteh opened this issue Jul 27, 2020 · 1 comment
Labels

Comments

@maapteh
Copy link

maapteh commented Jul 27, 2020

#Bug report

Wrong engine being set

Do not set yarn in engine to a version which doesn't exist! At the moment 1.22.4 is latest, there is no 1.3

This makes yarn install impossible when this lib is a submodule of something else.

https://github.com/EndemolShineGroup/cosmiconfig-typescript-loader/blob/develop/package.json#L24

which will throw an error:

error @endemolshinegroup/[email protected]: The engine "yarn" is incompatible with this module. Expected version ">=1.3.0".
error Found incompatible module

Its wrong since 2018 maybe you meant 'npm' :)

hassankhan added a commit that referenced this issue Sep 5, 2020
Fixes #77

Thanks to @maapteh for helping me understand what the actual issue was
esg-bot added a commit that referenced this issue Sep 5, 2020
## [3.0.2](v3.0.1...v3.0.2) (2020-09-05)

### Bug Fixes

* remove `yarn` from `engines` declarations ([26e9aec](26e9aec)), closes [#77](#77)
* use valid version of Yarn in `engines` ([09983de](09983de)), closes [#77](#77)
@esg-bot
Copy link
Contributor

esg-bot commented Sep 5, 2020

🎉 This issue has been resolved in version 3.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

2 participants