Closed hardillb closed 2 years ago
It looks like chartjs.node-canvas has messed up it's versioning and broke the API at at 3.0.7 when it should have released 4.0.0.
The quick fix is to remove the ^ before 3.0.6 in the package.json until they sort the mess out.
^
3.0.6
Updated this and is currently working.
It looks like chartjs.node-canvas has messed up it's versioning and broke the API at at 3.0.7 when it should have released 4.0.0.
The quick fix is to remove the
^
before3.0.6
in the package.json until they sort the mess out.