You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What were you attempting to do?
I'd like to provide yarn install with one of the CLI options - specifically, call it with yarn --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 you
using? 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.)?
What happened?
What were you attempting to do?
I'd like to provide
yarn installwith 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 installbehavior.Build Configuration
What platform (
pack,kpack,tektonbuildpacks plugin, etc.) are youusing? Please include a version.
This is with pack
v0.20.0What buildpacks are you using? Please include versions.
yarn install @v0.4.0What builder are you using? If custom, can you provide the output from
pack inspect-builder <builder>?paketobuildpacks/builder:baseCan you provide a sample app or relevant configuration (
buildpack.yml,nginx.conf, etc.)?