Skip to content

Conversation

@janrenz
Copy link
Contributor

@janrenz janrenz commented Nov 13, 2018

No description provided.

@JaebooJung JaebooJung requested a review from ihk6262 November 13, 2018 03:21
@JaebooJung JaebooJung added the bug Something isn't working label Nov 13, 2018
@JaebooJung
Copy link

JaebooJung commented Nov 13, 2018

This PR fixes #7

# Check requirements
command -v java >/dev/null 2>&1 || { echo >&2 "Java is missing. Ensure it is installed and placed in your PATH."; exit 1; }
command -v python >/dev/null 2>&1 || { echo >&2 "Python is missing. Ensure it is installed and placed in your PATH."; exit 1; }
command -v $#/lib/nodejs/bin/node >/dev/null 2>&1 || { echo >&2 "Node.js is missing. Ensure Visual-analytics is installed."; exit 1; }
Copy link

@JaebooJung JaebooJung Nov 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A GUI module depends on the specific node.js version. That's why we decide to take three versions of node.js(win,linux and mac) in a GUI package for the beginner's conveniences. And a GUI package is shipped with related node.js dependencies because the npm installation takes very long time. We'll soon update va package within few weeks.
'$#' may be replaced with '$BRIGHTICS_PACKAGES_HOME'.

@JaebooJung JaebooJung merged commit 5813d96 into brightics:master Nov 13, 2018
krazyeom pushed a commit that referenced this pull request Mar 23, 2021
function-오픈소스 취약점 조치
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants