-
While running this plugin on NodeJS we are getting this error (running ChartJS via my [lib](https://github.com/SeanSobey/ChartjsNodeCanvas)):
```
(node:8700) UnhandledPromiseRejectionWarning: Refere…
-
i am new to this. and i need more details about how to use it. help
ghost updated
4 years ago
-
-
### Vue version
3.5.12
### Link to minimal reproduction
https://github.com/jacobg/vue-project-ts
### Steps to reproduce
Since updating Vue 3.4 to 3.5, I'm seeing build errors like this:…
-
With chart.js(4.0.1) getting this error - Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in D:\node_e_modules\chart.js\package.json
-
I have an issue when I'm trying to import this library.
I'm using webpack, and it doesn't compile the JS file and throws an error at the line:
`import gradient from 'chartjs-plugin-gradient';` …
-
Hello, I have been trying to use ChartJsNodeCanvas with AWS Lambda + AWS Amplify, but I keep having problems with node-canvas with the error 'var/task/node_modules/canvas/build/Release/canvas.node: in…
-
It has been almost 2 years without updates. Currently there are a lot of installation problems and unclear documentation for troubleshooting.
Are there plans to maintain it again? are there other l…
-
I've installed sbt 1.6.1 in a system:
```
sbt --version
1.6.1
```
when I've tried to start vite dev server on
[scalajs-sbt-vite-laminar-chartjs-example](https://github.com/sjrd/scalajs-sbt-…
-
my package.json versions
"canvas": "2.0.0-alpha.8"
"chart.js": "^2.7.1",
"chartjs-node": "^1.6.0",
---
When using `"canvas": "^2.0.0-alpha.2",` node-chartjs works like a charm, when using …