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 [email protected] does not satisfy its siblings' peerDependencies requirements!'
'Peer [email protected] wants eslint-plugin-import@^1.16.0'
'Peer [email protected] 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 [email protected] does not satisfy its siblings' peerDependencies requirements!'
'Peer [email protected] wants eslint-plugin-import@^1.16.0'
'Peer [email protected] 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: