You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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#2223The 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.
The text was updated successfully, but these errors were encountered: