
npmパッケージインストール時のWARNING
npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
added 4 packages, and audited 5 packages in 3s
2 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities上記のようなWARNINGが出たので下記URLを参考に対応してみた。
npm install @popperjs/core --savenpm uninstall popper.js --save

Be the first to comment