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
A customer have the following error in his deployment:
-----> Installing dependencies
Installing node modules (package.json)
/tmp/buildpackWBcuO/lib/dependencies.sh: line 248: .dependencies.phantomjs: command not found
-----> Build failed
We're sorry this build is failing!
The error is located here, the $JQ variable doesn't exist anymore:
In the file: /lib/dependencies.sh like the error of the deployment show
Looking at the PR of the update i saw that $JQ was changed to jq:
We have jq installed on all our available Stacks, so there is no need to make additional modification
The text was updated successfully, but these errors were encountered:
The following update of the Buildpack introduced a regression.
A customer have the following error in his deployment:
The error is located here, the
$JQ
variable doesn't exist anymore:In the file:
/lib/dependencies.sh
like the error of the deployment showLooking at the PR of the update i saw that
$JQ
was changed tojq
:We have
jq
installed on all our available Stacks, so there is no need to make additional modificationThe text was updated successfully, but these errors were encountered: