I was working on a project,and suddenly Node started acting up. It gives me error code 1 when I try to install any library. I googled for this error and found stackoverflow answers for the same,which included some solutions like deleting package-lock.json file,clearing the cache and trying npm install,using verbose method etc.
However,even after using these methods,I am not able to fix my error.
The screenshot attached below shows the error nodejs has when I run the command npm install.
The entire list of error is very long,and I can send the entire log,in case someone requires it for debugging purpose.
Kindly help me with the issue.