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
I had an app that used a fontawesome api token in the .yarnrc.yml. Building this app without the environment variable caused build failures, but the error was not output so it took a few days to figure out the reason.
I think the code for that is here. My rust isn't great, but I think the buildpack just isn't outputting the errors for the user to see if that check fails.
I had an app that used a fontawesome api token in the
.yarnrc.yml
. Building this app without the environment variable caused build failures, but the error was not output so it took a few days to figure out the reason.I think the code for that is here. My rust isn't great, but I think the buildpack just isn't outputting the errors for the user to see if that check fails.
Here is a
.yarnrc.yml
to use for repro:And here is the output when that variable is missing and you call
yarn --version
The same issue exists in the v2a buildpack but that one has a different fix as it is written in shell.
The text was updated successfully, but these errors were encountered: