I am trying to install the age-viewer from GitHub by following these steps:
-
Cloning the repository
-
Changing directory to age-viewer
-
Running "npm run setup"
However, I am encountering issues with missing packages and 34 vulnerabilities (3 moderate, 22 high, 9 critical). I have attempted to resolve this by running "npm audit fix –force", but it did not work.
I am looking for a solution to fix the missing packages and vulnerabilities in the age-viewer package that I am trying to install from GitHub.
-
Cloning the age-viewer repository from GitHub
-
Changing directory to age-viewer
-
Running "npm run setup"
-
Running "npm audit fix –force" to resolve issues with missing packages and vulnerabilities
2
Answers
This error can arise due to a different reason. You can try some of the following steps to solve this error.
I had the same issue while installing, the 1st solution mentioned above worked for me [for ubuntu 22.04].
I encountered a similar error. Here is how I solved it:
npm run setup
npm run start
Hope this helps.