Allow git dependencies so npm ci works on npm 12
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user