You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to package the OWASP Juice Shop (nodejs app). While I am not so sure the right way to package it because it seems to be arch-dependent as the github page mentioned
Each packaged distribution includes some binaries for sqlite3 and libxmljs bound to the OS and node.js version which npm install was executed on.
TUR-on-device seems to be the right way but this package should be in tur-hacking.
Besides, will file produced in the directory $TERMUX_PREFIX/opt/juice-shop during runtime be removed when running pkg uninstall?
I drafted a build script below. As expected, it does not work on my phone after built by ubuntu host. And npm install does not seems to install into any ./node_modules folder at all.
I am trying to package the OWASP Juice Shop (nodejs app). While I am not so sure the right way to package it because it seems to be arch-dependent as the github page mentioned
TUR-on-device seems to be the right way but this package should be in
tur-hacking
.Besides, will file produced in the directory
$TERMUX_PREFIX/opt/juice-shop
during runtime be removed when runningpkg uninstall
?I drafted a build script below. As expected, it does not work on my phone after built by ubuntu host. And
npm install
does not seems to install into any./node_modules
folder at all.The text was updated successfully, but these errors were encountered: