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
I removed eslint from dependencies and moved it to devDependencies, even though it seems like it was an issue with yarn. The fix is available in version 2.0.3.
I think this bug is valid for the package:
yarnpkg/yarn#6285
It seems like
eslint
shouldn't be presented in bothdependencies
andpeerDependencies
.https://github.com/mradionov/eslint-plugin-disable/blob/master/package.json#L25
Because this leads to
error An unexpected error occurred: "could not find a copy of eslint to link
during dependencies installation.At least in the mono repo with "hoisted" dependencies.
The text was updated successfully, but these errors were encountered: