Skip to content
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

Build error: .dependencies.phantomjs: command not found #72

Closed
brandon-welsch opened this issue Mar 23, 2023 · 2 comments · Fixed by #73
Closed

Build error: .dependencies.phantomjs: command not found #72

brandon-welsch opened this issue Mar 23, 2023 · 2 comments · Fixed by #73
Assignees

Comments

@brandon-welsch
Copy link
Member

brandon-welsch commented Mar 23, 2023

The following update of the Buildpack introduced a regression.

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:
image
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:
image

We have jq installed on all our available Stacks, so there is no need to make additional modification

@bpavot
Copy link

bpavot commented Mar 23, 2023

Thanks for the quick fix. I managed to deploy successfully with the latest version of the buildpack 🙇

@brandon-welsch
Copy link
Member Author

@bpavot Thanks to you for the feedback 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants