panosoft / node-chartist

SVG Charts on the server.
The Unlicense
82 stars 20 forks source link

package.json engines section #8

Closed nagylajcsie closed 7 years ago

nagylajcsie commented 7 years ago

Using yarn package manager I found this error:

error node-chartist@0.2.8: The engine "node" is incompatible with this module. Expected version "^4.0.0".

which is caused by the engines section of packages.json being too restrictive:

"engines": {
    "node": "^4.0.0",
    "npm": "^2.0.0"
  },

4.* is rather old version. Please replace it with >= if possible. Thx!

alexgig commented 7 years ago

Hello @nagylajcsie,

Fixed in + node-chartist@0.2.9. Thanks for the issue.

Best, Alex