npm intallしたときに脆弱性チェックでエラーが発生した
❯ npm install
audited 28991 packages in 10.578s
found 7 vulnerabilities (1 low, 1 moderate, 4 high, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details
npm audit
で詳細をチェックできる。
下記のように表示されるので、# Run以下のコマンドを実行して脆弱性に関わる問題を解消する。
0になった。
❯ npm install --save-dev nightwatch@1.0.11
npm WARN url-loader@1.1.1 requires a peer of webpack@^4.0.0 but none is installed. You must install peer dependencies yourself.
+ nightwatch@1.0.11
added 18 packages from 440 contributors, removed 22 packages, updated 16 packages and audited 28985 packages in 12.468s
found 0 vulnerabilities