➜ beslint git:(master) ✗ eslint -v
v3.15.0
➜ beslint git:(master) ✗ npm install -g eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-react
/Users/next/.nvm/versions/node/v7.5.0/lib
├── UNMET PEER DEPENDENCY eslint@^3.15.0
├─┬ <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1c796f70757268317f73727a757b317d756e7e727e5c2d28322d322c">[email protected]</a>
│ └── UNMET PEER DEPENDENCY eslint@^3.15.0
├── <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="86e3f5eaefe8f2abf6eaf3e1efe8abefebf6e9f4f2c6b4a8b4a8b6">[email protected]</a>
├── <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="294c5a4540475d0459455c4e404704435a510448181850691d07190719">[email protected]</a>
└── <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="4722342b2e29336a372b32202e296a352226243307716976776977">[email protected]</a>
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="97f2e4fbfef9e3baf4f8f9f1fef0baf6fee5f5f9f5d7a6a3b9a6b9a7">[email protected]</a> requires a peer of eslint@^3.15.0 but none was installed.
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8feafce3e6e1fba2ece0e1e9e6e8a2eee6fdede1eda2edeefceacfbebea1bea1bf">[email protected]</a> requires a peer of eslint@^3.15.0 but none was installed.
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5633253a3f38227b263a23313f387b3f3b26392422166478647866">[email protected]</a> requires a peer of <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="492c3a2520273d097b6731">[email protected]</a> - 3.x but none was installed.
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6005130c090e144d100c1507090e4d0a13184d0151511920544e504e50">[email protected]</a> requires a peer of eslint@^2.10.2 || 3.x but none was installed.
npm WARN <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7316001f1a1d075e031f06141a1d5e011612100733455d42435d43">[email protected]</a> requires a peer of eslint@^2.0.0 || ^3.0.0 but none was installed.
➜ beslint git:(master) ✗
- I tried to install globally
- I utilized nvm to install
node 7.5.0
, and then installed eslint globally. - Upon attempting to install
eslint-config-airbnb
globally, - An error stating
UNMET PEER DEPENDENCY
appeared