teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

題名修正

2022/02/26 12:25

投稿

m.s.2000
m.s.2000

スコア32

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