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:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user