Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn-deduplicate #54

Comments

@thewilkybarkid
Copy link

There's a postinstall hook for using yarn-deduplicate; this is visible when installing the package:

> eslint-import-resolver-typescript@2.2.0 postinstall /app/node_modules/eslint-import-resolver-typescript
> yarn-deduplicate || exit 0

sh: yarn-deduplicate: not found

I assume this is just meant to be part of the build process here?

@JounQin
Copy link
Collaborator

JounQin commented Aug 14, 2020

Thanks for reporting, I'll check and fix it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment