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

tools: make update-eslint.sh work with npm@7 #37566

Closed
wants to merge 1 commit into from

Commits on Mar 3, 2021

  1. tools: make update-eslint.sh work with npm@7

    Install `eslint-plugin-markdown` at the same level of `eslint` without
    cd'ing into `eslint` directory, otherwise the following error is raised:
    
    ```
    npm ERR! code ERESOLVE
    npm ERR! Cannot destructure property 'name' of 'node' as it is null.
    ```
    
    Fixes: nodejs#37560
    lpinca committed Mar 3, 2021
    Copy the full SHA
    a6ec31e View commit details
    Browse the repository at this point in the history