我在 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 变量中添加一些东西才能让它工作,但是什么?