fix: npm-real launcher (npm is a JS symlink, mv broke it); keep .git in vendored git: packages (pi runs git fetch on existing installs)

This commit is contained in:
Raphael Westphal
2026-08-19 11:08:22 +02:00
parent cbf52d2b76
commit 0bfa55a94a
5 changed files with 16 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
# Thin launcher for the real npm CLI (npm ships as JS, not a binary).
exec node /usr/local/lib/node_modules/npm/bin/npm-cli.js "$@"