-
Notifications
You must be signed in to change notification settings - Fork 8
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
Pass yarn install options #244
Comments
In this case, there's a bug in |
I think we can take it as a feature request where users can request custom extra flags, something like |
Hey @paketo-buildpacks/nodejs-maintainers. I'm curious if you think this feature request is still valuable given that |
I'm wondering if @dfreilich can speak to whether or not the issue is resolved by #292. |
I think it could still be useful. Currently, our system writes a |
What happened?
What were you attempting to do?
I'd like to provide
yarn install
with one of the CLI options - specifically, call it withyarn --registry <MY_REGISTRY>
.What did you expect to happen?
I was expecting the yarn buildpack to respect an ENV variable that would allow me to set yarn options
What was the actual behavior? Please provide log output, if possible.
There is no such env variable that allows configuring
yarn install
behavior.Build Configuration
What platform (
pack
,kpack
,tekton
buildpacks plugin, etc.) are youusing? Please include a version.
This is with pack
v0.20.0
What buildpacks are you using? Please include versions.
yarn install @v0.4.0
What builder are you using? If custom, can you provide the output from
pack inspect-builder <builder>
?paketobuildpacks/builder:base
Can you provide a sample app or relevant configuration (
buildpack.yml
,nginx.conf
, etc.)?The text was updated successfully, but these errors were encountered: