Home
last modified time | relevance | path

Searched refs:NODE_HOME (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/
H A Dhvigorw.bat26 if defined NODE_HOME goto findNodeFromNodeHome
32 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 the
40 set NODE_HOME=%NODE_HOME:"=% variable
41 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
H A Dhvigorw31 if [ -n "${NODE_HOME}" ];then
32 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 …
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat40 if defined NODE_HOME goto findNodeFromNodeHome
46 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 the
54 set NODE_HOME=%NODE_HOME:"=% variable
55 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
H A Dhvigorw22 # NODE_HOME - location of a Node home dir
45 if [ -n "${NODE_HOME}" ];then
46 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…
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/
H A Dhvigorw21 # NODE_HOME - location of a Node home dir
44 if [ -n "${NODE_HOME}" ];then
45 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…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/
H A Dhvigorw44 if [ -n "${NODE_HOME}" ];then
45 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 …
/ohos5.0/build/build_scripts/
H A Dbuild.sh115 export NODE_HOME=${SOURCE_ROOT_DIR}/prebuilts/build-tools/common/nodejs/node-v${EXPECTED_NODE_VERSI…