IBM-Design / icons

IBM Design Language Icons
http://www.ibm.com/design/language/resources/icon-library
Other
194 stars 41 forks source link

`npm` Package fails to install for Node versions 6 and up #62

Closed joshblack closed 7 years ago

joshblack commented 7 years ago

When installing the npm module, using yarn or the npm client, the package fails to install if the Node.js version you're using is >5.

For example:

$ yarn add ibm-design-icons
yarn add v0.16.1
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
error ibm-design-icons@2.1.0: The engine "node" is incompatible with this module. Expected version "^5.1.0".
error Found incompatible module

As a result, the module isn't installed in node_modules and is unable to be used.