Error in dependency tree when installing npm packages

I’ve been encountering an issue with installing npm packages using the command npm install. The error message is as follows: Error Image. Despite attempting to resolve it by reinstalling Node.js and disabling the proxy settings with the commands:

unset HTTP_PROXY
unset HTTPS_PROXY
the problem persists. What steps should I take to fix this? Update: Additionally, when I execute the command npm install --force, I receive this error: Error Image.