Searched refs:NODE_HOME (Results 1 – 7 of 7) sorted by relevance
26 if defined NODE_HOME goto findNodeFromNodeHome32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.34 echo Please set the NODE_HOME variable in your environment to match the40 set NODE_HOME=%NODE_HOME:"=% variable41 set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE%45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.47 echo Please set the NODE_HOME variable in your environment to match the
31 if [ -n "${NODE_HOME}" ];then32 EXECUTABLE_NODE="${NODE_HOME}/bin/node"34 …fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in …
40 if defined NODE_HOME goto findNodeFromNodeHome46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.48 echo Please set the NODE_HOME variable in your environment to match the54 set NODE_HOME=%NODE_HOME:"=% variable55 set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE%59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.61 echo Please set the NODE_HOME variable in your environment to match the
22 # NODE_HOME - location of a Node home dir45 if [ -n "${NODE_HOME}" ];then46 EXECUTABLE_NODE="${NODE_HOME}/bin/node"48 …fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in …52 …which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' comm…
21 # NODE_HOME - location of a Node home dir44 if [ -n "${NODE_HOME}" ];then45 EXECUTABLE_NODE="${NODE_HOME}/bin/node"47 …fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in …51 …which ${EXECUTABLE_NODE} > /dev/null 2>&1 || fail "ERROR: NODE_HOME is not set and not 'node' comm…
44 if [ -n "${NODE_HOME}" ];then45 EXECUTABLE_NODE="${NODE_HOME}/bin/node"47 …fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in …
115 export NODE_HOME=${SOURCE_ROOT_DIR}/prebuilts/build-tools/common/nodejs/node-v${EXPECTED_NODE_VERSI…