相关疑难解决方法(0)

“NODE_OPTIONS”未被识别为内部或外部命令

我在 Windows 10 机器上尝试从 git bash 终端运行构建脚本。

在我的终端节点上识别得很好,例如我在运行node --version.

但是运行构建脚本失败并出现以下错误:

'NODE_OPTIONS' is not recognized as an internal or external command,
operable program or batch file.
Run Code Online (Sandbox Code Playgroud)

我猜我需要在我的 PATH 变量中添加一些东西才能让它工作,但是什么?

windows path-variables node.js git-bash

18
推荐指数
3
解决办法
1万
查看次数

标签 统计

git-bash ×1

node.js ×1

path-variables ×1

windows ×1