should work now?

This commit is contained in:
2026-03-22 04:24:01 +02:00
parent c0f85b7550
commit 3f47c913f8
91 changed files with 61663 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ function lifecycle (pkg, stage, wd, unsafe, failOk, cb) {
var env = makeEnv(pkg)
env.npm_lifecycle_event = stage
env.npm_node_execpath = env.NODE = env.NODE || process.execPath
env.npm_execpath = require.main.filename
env.npm_execpath = (require.main && require.main.filename) || process.execPath
// "nobody" typically doesn't have permission to write to /tmp
// even if it's never used, sh freaks out.