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 warnings #5

Closed
zbialecki opened this issue May 28, 2020 · 1 comment · Fixed by #31
Closed

Fix NPM warnings #5

zbialecki opened this issue May 28, 2020 · 1 comment · Fixed by #31

Comments

@zbialecki
Copy link
Member

Currently NPM shows a number of warnings related to unmet peer dependencies when running npm install. Most of these will be resolved when eslint-airbnb-config releases a new version officially supporting ESLint v7. This should happen in a few days: airbnb/javascript#2223

The other warning is from @zeit/next-less which does not officially support the more-recent version of less we are using. It would be nice to open a PR on https://github.com/vercel/next-plugins to add support.

@zbialecki
Copy link
Member Author

The next-less issue has been fixed by 054fd58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant