Searched full:node_js_path (Results 1 – 6 of 6) sorted by relevance
34 node_js_path = options.configs.get('node_js_path')36 node_js_path = os.path.join(node_js_path, 'bin')40 [java_path, node_js_path]) + os.pathsep + old_env_path53 if not os.path.exists(options.configs.get('node_js_path')):
20 node_js_path: D:\Software\nodejs # The nodejs which is used in Deveco
14 project_path,node_js_path,jbr_path 这三个必须根据环境配置,其他的可以用默认的 33 self.node_js_path = r"C:/xxx"
14 project_path, node_js_path, jbr_path. These params must be set according your envronment!!! Other p…33 self.node_js_path = r"C:/xxx"
61 self.node_js_path = r"xxx/nodejs"
60 os.environ['path'] = self.config.node_js_path + ";" + os.environ['path']