full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
npm warnings
I'm a noob at npm and frontend frameworks, but what do I do about all the warnings npm throws at me? Like this:

Some of this quite scary!? Thanks for the advice 🙏
Saw this too, I think this repo is getting a bit stale. npm packages move fast. I too am noobish with npm. I found this, upgradeps, package which can be installed via npx upgradeps in the root of the project directory (presumably where you have your package.json). It seemed to work. Hope that helps. Having said that I haven't tested everything yet after doing so. YMMV.