itsthatguy / avatars-api-middleware

The express middleware for our avatars service
http://avatars.adorable.io
Other
749 stars 96 forks source link

Fix for using Yarn to install as middleware in node.js apps #100

Closed rpersaud closed 5 years ago

rpersaud commented 5 years ago

When using yarn install - I get this error -

error adorable-avatars@0.4.0: The engine "node" is incompatible with this module. Expected version "9.4.x". Got "10.15.0"

This PR allows for future versions of node.js to be used.

rylnd commented 5 years ago

@rpersaud thanks for this! I'll get it merged and released tomorrow.

rylnd commented 5 years ago

@rpersaud this has been released as 0.4.1 in 2373932d86286272c30063304c4d5e6ef42a3e1b. Thanks again!