Skip to content
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

Node version no longer supporeted for juice-shop #84

Closed
elreydetoda opened this issue Jun 22, 2019 · 1 comment
Closed

Node version no longer supporeted for juice-shop #84

elreydetoda opened this issue Jun 22, 2019 · 1 comment
Assignees
Labels
bug high High Priority next Issues specific to the next branch

Comments

@elreydetoda
Copy link
Member

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

@elreydetoda elreydetoda added bug high High Priority next Issues specific to the next branch labels Jun 22, 2019
@elreydetoda elreydetoda self-assigned this Jun 22, 2019
This was referenced Jun 23, 2019
@elreydetoda
Copy link
Member Author

closed in #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug high High Priority next Issues specific to the next branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant