You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
task_before.sh 脚本中如果包含 export 操作或输出错误信息,子进程的 QL_NODE_GLOBAL_PATH / NODE_PATH 就会被污染,再通过 process.env 覆盖回主进程。虽然 preferGlobalNodeModules 闭包中缓存了原始值,但 Node.js 内部还会单独检查 NODE_PATH 环境变量,导致模块解析失败。
All reactions