Allow git dependencies so npm ci works on npm 12

This commit is contained in:
2026-08-01 06:56:23 +03:00
parent f118c153a0
commit a1fa90c66a
+8
View File
@@ -0,0 +1,8 @@
# npm 12 changed the default of `allow-git` from permissive to `none`, which
# breaks `npm ci` for this project: the StartOS SDK ecosystem ships packages
# over git rather than the public registry.
#
# `all` rather than `root` is required. `root` would only cover git deps named
# in our own package.json (bitcoin-core-startos); tor-startos is a transitive
# git dep pulled in by it, and `root` refuses those.
allow-git=all