夜分遅くに失礼いたします。
ActivityWatchというManicTimeのようなOSSをインストールしようとしておりますが、make build
コマンドを実行しますと、「73箇所の脆弱性が見つかりました」と英語で出てきました。
そして、WARNING Compiled with 14 warnings
と途中で出てきました。
そのうち一例を抽出致しまして質問させていただきます。
下記のbashのコマンドの結果の矢印(#↓↓↓↓↓↓↓↓)の下のほうエラーはどのようにして解決すればいいのでしょうか?
お手数をおかけしますが、お手隙でご教授願ます。
bash
1(省略) 2added 2294 packages from 1206 contributors and audited 949135 packages in 64.607s 3found 73 vulnerabilities (63 low, 2 moderate, 6 high, 2 critical) 4 run `npm audit fix` to fix them, or `npm audit` for details 5npm run build 6 7> aw-webui@1.0.0 build /home/yusuke/activitywatch/aw-server/aw-webui 8> vue-cli-service build 9 10 11⠙ Building for production...Starting type checking service... 12Using 1 worker with 2048MB memory limit 13⠧ Building for production... 14 15 WARNING Compiled with 14 warnings 12:01:18 AM 16 17#↓↓↓↓↓↓↓↓ 18Module Warning (from ./node_modules/eslint-loader/index.js): 19error: 'drawLegend' was used before it was defined (@typescript-eslint/no-use-before-define) at src/visualizations/sunburst-clock.js:52:3: 20 50 | .attr('transform', 'translate(' + width / 2 + ',' + height / 2 + ')'); 21 51 | 22> 52 | drawLegend(el); 23 | ^ 24 53 | 25 54 | partition = d3.partition().size([2 * Math.PI, radius * radius]); 26 55 | 27
stack overflowにもマルチポストさせていただきますのでご容赦願います。
回答1件
あなたの回答
tips
プレビュー