stocky-island-3676
11/08/2019, 1:41 PMnpm
?
The only solution I’ve found so far seems to be switching to yarn
at all. (see https://github.com/npm/npm/issues/2974 -> https://npm.community/t/allow-installing-packages-from-git-subdirectories/3973)pulumi-kubernetes
where the module resides in the sdk/nodejs
subdirectory. Locally it works fine with npm install ../github.com/pulumi/pulumi-kubernetes/sdk/nodejs
. But now I want to make it accessible for other before my (possible) contribution (may) get merged & released upstream. Therefore I want to deliver the changes in a company-internal fork. Then I get to the problem above:
npm ERR! Error while executing:
npm ERR! /usr/local/bin/git ls-remote -h -t git://github.com/ORG/pulumi-kubernetes/sdk/nodejs
npm ERR!
npm ERR! fatal: remote error:
npm ERR! ORG/pulumi-kubernetes/sdk/nodejs is not a valid repository name
npm ERR! Email support@github.com for help
future-barista-68134
11/11/2019, 5:41 PMstocky-island-3676
11/13/2019, 8:14 PM./sdk/nodejs
folder to root in the fork. That way I hopefully can synch with upstream.