how can i fix vulnerability issues? - node.js

i have a problem here that i cant fix it, i made some research from website, YouTube, nothing works for me
first of all i don't know about this vulnerability issues, i tried some commands like npm audit fix --force and npm audit --protection ,can you guys tell me what is it, and how can i solve this issues.
this the output i got, here in the screenshot:
(https://i.stack.imgur.com/3uG7p.png)
how to solve vulnerability issues?

Related

What does "reifyNode" mean in the npm console output?

reifyNode is a thing that hangs in my console a lot during npm i. I searched online to see what it is, and only found people mentioning in regards to issues. I just want to know npm is trying to tell me.
What does reifyNode mean? What is it doing? Example:
reify:fsevents: timing reifyNode:node_modules/lightningcss-darwin-arm64

npm ENONET errno -2 when installing npm packages with nx

I have encountered a problem with npm which gives me this weird error.
It seems the error is not related to a specific file, but it is something that occurs for some reason. Unfortunately I can't share any code, but after a research I found it has something to do with cache (maybe?). The process is happening on a kubernetes pod with different environments for multiple npm/nodejs installations running in parallel.
Has anybody encountered this problem or has more details and information on the matter?
Will update the post accordingly, thank you.

fsevents#2.1.3: Please update to v 2.2.x

Kindly see the above error that I am receiving while I am doing NPM Start for compiling Sass. Even though I tried to update the version such as this way (npm install -g nodemon npm WARN deprecated fsevents#2.1.3: Please update to v 2.2.x) but still getting error so please help with that and tell me the solution?
Hello My Gorgeous Friends Out There..!
In reference to above Question that earlier I asked and finally I became to answer it by myself only for those who are newbie and may be in case if they face the same issue so I would like to elaborate regarding the above issue which I faced and I resolved it.
I tried many npm commands which I am sure most of you all know it.
When I couldn't find any option even on many pages they said do this and this and so on..!
Only what I did I Search for (Live Sass Compiler) in vscode and Boom..! I am Happy with that.
Thanks to Me. :p

npm vulnerabilities require manual review npm audit fix not working

I'm losing my mind trying to resolve this, it says that I have 78 vulnerabillities. Please help me fix this.
I don''t know where to change the code, or how to chage it.
So, i was building a cordova app, and in my packege.json there was a dependecy called "cordova-plugin-browsersync": "^1.1.0", and i saw that this packege was updated at 3 yeas ago, so there was a new version, called "cordova-plugin-browsersync-gen2": "^1.1.7", and I replaced the dependecy and it worked. Hope I can help someone with this.

npm doesn't download packages (connect ETIMEDOUT)

For some reason my npm stopped working with network suddenly.
I didn't really get why, so I decided to look through the stackoverflow questions but all the answers I could find were about running npm behind corporate proxies, but I work at home and I don't have a proxy.
Below is a couple of screenshots of my console with npm errors:
Maybe someone has already encountered that problem and knows how to solve it?
PS: I've read one guy saying that I just need to wait a bit and that npm servers might just be down, but it's already been for 2 days and I can't use npm:(
I hope someone might help)
Thanks to Bidhan, the command npm config delete proxy solved the issue.

Resources