npm auditで以下のコマンドを打ってくださいと言われたので入力すると直りました。
terminal
npm audit fix
いろいろパッケージを入れていたので寄付してくださいとあったので以下のコマンドで寄付一覧を表示
terminal
npm fund
寄付一覧が出たので、npm uninstallで削除する
例
terminal
npm uninstall bootstrap popper.js
Go to list of users who liked
More than 1 year has passed since last update.
npm auditで以下のコマンドを打ってくださいと言われたので入力すると直りました。
npm audit fix
いろいろパッケージを入れていたので寄付してくださいとあったので以下のコマンドで寄付一覧を表示
npm fund
寄付一覧が出たので、npm uninstallで削除する
例
npm uninstall bootstrap popper.js
Register as a new user and use Qiita more conveniently
Go to list of users who liked