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
If using **npm < 5**, Windows users can either install all the peer dependencies manually, or use the [install-peerdeps](https://github.com/nathanhleung/install-peerdeps) cli tool.
54
+
55
+
```sh
56
+
npm install -g install-peerdeps
57
+
install-peerdeps --dev eslint-config-airbnb
29
58
```
59
+
The cli will produce and run a command like:
30
60
31
-
Note: make sure the versions of the above packages that are installed satisfy this package's `peerDependencies`, otherwise you might see inconsistent behavior.
0 commit comments