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: npm install with npm 7 #592

Merged
merged 1 commit into from
Mar 16, 2021
Merged

fix: npm install with npm 7 #592

merged 1 commit into from
Mar 16, 2021

Commits on Mar 16, 2021

  1. fix: npm install with npm 7

    npm install was failing with npm 7 unless using the --legacy-peer-deps
    flag. Remove dependency to old version of eslint-config-vaadin
    and stylelint-config-vaadin while adapting the configs to try to keep
    the rules mostly the same for now. We might consider using the latest
    version of eslint-config-vaadin and stylelint-config-vaadin again when
    we migrate away from bower and HTML Imports and maybe migrate
    this repo to use TypeScript.
    
    Fixes #541.
    Haprog committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ca7eb93 View commit details
    Browse the repository at this point in the history