-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'npm install -d' causes permission issues when installing typegen
#672
Comments
I repro'd this locally. For me the permission failure happens on when specifying It's interesting since the In the happy bath the
and not in:
|
Yes, removing Notably, the Docker build also seems to fail though. |
How's the docker command failing? |
It fails on the
|
@morgante Can you file a separate issue for the docker build failure? Error messages shows typescript compiler failing, but doesn't provide details. If you can give me access to your function, I'll look into it. |
typegen
Let's make the following change to circumvent this problem all together: Currently we use go-npm package [1] to download the [1] https://www.npmjs.com/package/go-npm |
When trying to install the kpt function SDK (
npm install -d
) I get the following error:My package.json is virtually identical to the package.json in the examples: https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/demo-functions/package.json
The text was updated successfully, but these errors were encountered: