[Bug] npm install WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
Version
2.4.1
Reproduction link
https://demos.creative-tim.com/material-dashboard-pro-angular2/#/dashboard
Operating System
Linux
Device
Lenovo Ideapad 330S
Browser & Version
Chrome Version 81.0.4044.138
Steps to reproduce
Remove node_modules y package.json.lock file, run npm cache clean and then npm install, during installation you'll see the warning, the worst part is that I can't updrade or change the dependency, if I do, I get an error on the browser console, with an "Uncaught Error: Bootstrap dropdown require Popper.js"
What is expected?
No deprecated warnings and a running project
What is actually happening?
A lot of deprecated dependencies, with this is difficult to run unit testing
Solution
I would be happy if I can disable all the warnings even if I lose some of the widgets and plugins in the process.
Additional comments
This bug was already registered with no real solutions: https://github.com/creativetimofficial/material-dashboard/issues/111