SamuraiWTF / samuraiwtf

The main SamuraiWTF collaborative distro repo.

Home Page:https://owasp.org/www-project-samuraiwtf/#SamuraiWTF_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node version no longer supporeted for juice-shop

elreydetoda opened this issue · comments

When grepping for node11 in juice-shop install process

- name: Create script for finding juice shop version
copy:
dest: /tmp/juice_version.sh
content: |
#!/bin/sh
grep node11_linux_x64.tgz /tmp/juiceshop.latest | grep node11_linux_x64.tgz | grep href | cut -d '"' -f 2

It no longer works with latest release 8.7.2 it only supports v8,10, and 12. So getting told by @mgillam and @corysabol that v10 is lts. Then will submit pull request for node v10 after testing.

Error:
2019-06-22-19:48:51_1052x244

closed in #86