質問編集履歴
1
題名修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
nodeでGoogle chartsを動かし、
|
1
|
+
nodeでGoogle chartsを動かし、チャート画像を作成したいがエラーが発生してしまう
|
body
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
### エラーメッセージ
|
13
|
+
```CentOS8
|
13
14
|
node:internal/process/promises:246
|
14
15
|
triggerUncaughtException(err, true /* fromPromise */);
|
15
16
|
^
|
@@ -27,10 +28,10 @@
|
|
27
28
|
at Object.renderGoogleChart [as render] (/root/node_modules/google-charts-node/lib/render.js:37:14)
|
28
29
|
at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
29
30
|
at async /var/www/html/chart_maker.js:36:16
|
31
|
+
```
|
30
32
|
|
31
33
|
|
32
34
|
|
33
|
-
|
34
35
|
### google-charts-node github URL
|
35
36
|
https://github.com/typpo/google-charts-node
|
36
37
|
|