Jamming project - npm install --global surge

https://www.codecademy.com/paths/full-stack-engineer-career-path/tracks/fscp-22-react-part-ii/modules/wdcp-22-jammming/projects/jammming-prj

I’m currently on section 96 Deploy

when I run $ npm install --global surge in the terminal I get the below message:

$ npm install --global surge
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See There’s Math.random(), and then there’s Math.random() · V8 for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

changed 112 packages, and audited 113 packages in 8s

4 packages are looking for funding
run npm fund for details

1 critical severity vulnerability

To address all issues, run:
npm audit fix --force

Run npm audit for details.

I have tried npm audit fix --force, but that doesn’t solve the issue.
I have googled the deprecations but I’m still non the wiser at how to move forward with this.
Can someone please give me some help in what I need to do to fix this?

Thanks

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.