-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install found 14 vulnerabilities and failed to fix/get dependency #142
Comments
why did you try to run audit fix? |
Thanks for a reply. I thought it can fix some of the vulnerabilities claimed to exist per the npm install command output. So if i do not understand a npm and package management, you suggesting to ignore "14 vulnerabilities (6 low, 2 moderate, 6 high)" and after the "npm install" which i ran a few days ago, i now go back to the git cloned "rats-search" directory and run the: |
so yes, you don't need to make npm audit only to run the web version on http://localhost:8095 |
@DEgITx thanks, i ran it and it ended with TypeError:
localhost:8095 web page is empty and dev console shows these debug lines How to proceed please, any commands to try running? |
this one must be fixed in master, try it, if not good - reopen |
@DEgITx i tried this and it failed after i have tried to rename the "run server" command continue to complain: after renaming also this directory and re-running npm install, build, run commands: the run server error was:
"ss -p|grep 8095" shown there is node running and in "lsof -p pid" it was rats-search so i killed it: kill -9 4036476 then "npm run server" worked |
you have broken node_modules folder, remove it before |
I just did that, not ran "npm run buildweb" after that (i ran it before). The other issues i have: npm run server:
([http] lines in red color) - maybe not important The webUI is working except dev. console says http://localhost:8095/app.js was not found (404) possibly due to: also i think that you may fix the "uncaughtException" described in my previous comment so the software instead return user friendly error or show which PID and process name is utilizing the socket (so i can kill it), i am guessing not all users would know the fix for that exception error. |
# [1.6.0](v1.5.0...v1.6.0) (2021-06-10) ### Bug Fixes * **build:** fix build under windows ([4fb0bb4](4fb0bb4)) * **changelog:** fix changelog show ([61a8baa](61a8baa)) * **db:** first run start fix [#142](#142) ([af57a58](af57a58)) * **download:** fix download status in recent torrents ([4adbd5c](4adbd5c)) * **search:** double search on DHT ([f14cdcb](f14cdcb)) * **search:** fix slow query wrong remote response on search ([2329b5a](2329b5a)) * **search:** improve search on magnet queries ([a871aed](a871aed)) * **tests:** fix timeout testing ([826b3a7](826b3a7)) ### Features * **core:** update all deps ([4162dc7](4162dc7)) * **core:** update components ([7ceffc8](7ceffc8)) * **test:** details test ([d02592e](d02592e))
# [1.6.0](v1.5.0...v1.6.0) (2021-06-10) ### Bug Fixes * **build:** fix build under windows ([4fb0bb4](4fb0bb4)) * **changelog:** fix changelog show ([61a8baa](61a8baa)) * **db:** first run start fix [#142](#142) ([af57a58](af57a58)) * **download:** fix download status in recent torrents ([4adbd5c](4adbd5c)) * **search:** double search on DHT ([f14cdcb](f14cdcb)) * **search:** fix slow query wrong remote response on search ([2329b5a](2329b5a)) * **search:** improve search on magnet queries ([a871aed](a871aed)) * **tests:** fix timeout testing ([826b3a7](826b3a7)) ### Features * **core:** update all deps ([4162dc7](4162dc7)) * **core:** update components ([7ceffc8](7ceffc8)) * **test:** details test ([d02592e](d02592e))
🎉 This issue has been resolved in version 1.6.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
# [1.6.0](v1.5.0...v1.6.0) (2021-06-10) ### Bug Fixes * **build:** fix build under windows ([4fb0bb4](4fb0bb4)) * **changelog:** fix changelog show ([61a8baa](61a8baa)) * **db:** first run start fix [#142](#142) ([af57a58](af57a58)) * **download:** fix download status in recent torrents ([4adbd5c](4adbd5c)) * **search:** double search on DHT ([f14cdcb](f14cdcb)) * **search:** fix slow query wrong remote response on search ([2329b5a](2329b5a)) * **search:** improve search on magnet queries ([a871aed](a871aed)) * **tests:** fix timeout testing ([826b3a7](826b3a7)) ### Features * **core:** update all deps ([4162dc7](4162dc7)) * **core:** update components ([7ceffc8](7ceffc8)) * **test:** details test ([d02592e](d02592e))
Hello,
i am having same issue as described here
Can you use newer node.js in https://github.com/DEgITx/rats-search/blob/master/.travis.yml#L7 ?
Or tell how to deal with the described issues?
The text was updated successfully, but these errors were encountered: