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
I had an error message when running npm install:
'The package eslint-plugin-import@2.0.1 does not satisfy its siblings' peerDependencies requirements!'
'Peer eslint-config-airbnb@12.0.0 wants eslint-plugin-import@^1.16.0'
'Peer eslint-config-airbnb-base@9.0.0 wants eslint-plugin-import@^2.0.1'
Please update the package.json file.
Is it valid to put different versions of 'eslint-config-airbnb' in dev-dependencies and dependencies ?
Thank you.
Zeno
The text was updated successfully, but these errors were encountered:
Hi Philos Lab,
I had an error message when running npm install:
'The package eslint-plugin-import@2.0.1 does not satisfy its siblings' peerDependencies requirements!'
'Peer eslint-config-airbnb@12.0.0 wants eslint-plugin-import@^1.16.0'
'Peer eslint-config-airbnb-base@9.0.0 wants eslint-plugin-import@^2.0.1'
Please update the package.json file.
Is it valid to put different versions of 'eslint-config-airbnb' in dev-dependencies and dependencies ?
Thank you.
Zeno
The text was updated successfully, but these errors were encountered: