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

fix(eslint-plugin,typescript-estree): Add missing peer dependencies #829

Closed

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    fa70830 View commit details
    Browse the repository at this point in the history
  2. fix(typescript-eslint): add a workaround for a bug in Yarn 1.17.3:

    verbose 8.062 Invariant Violation: could not find a copy of typescript to link in D:\Git\typescript-eslint\node_modules\@typescript-eslint\eslint-plugin\node_modules
        at invariant (C:\Prog\nvm\v10.15.0\node_modules\yarn\lib\cli.js:2314:15)
        at PackageLinker.<anonymous> (C:\Prog\nvm\v10.15.0\node_modules\yarn\lib\cli.js:48680:7)
        at Generator.next (<anonymous>)
        at step (C:\Prog\nvm\v10.15.0\node_modules\yarn\lib\cli.js:304:30)
        at C:\Prog\nvm\v10.15.0\node_modules\yarn\lib\cli.js:315:13
        at process._tickCallback (internal/process/next_tick.js:68:7)
    info If you think this is a bug, please open a bug report with the information provided in "D:\\Git\\typescript-eslint\\yarn-error.log".
    octogonz committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    7e4480a View commit details
    Browse the repository at this point in the history