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 fails due to phantomjs version in package.json #3

Open
sonia-garudi opened this issue Oct 26, 2016 · 0 comments · May be fixed by #4
Open

Build fails due to phantomjs version in package.json #3

sonia-garudi opened this issue Oct 26, 2016 · 0 comments · May be fixed by #4

Comments

@sonia-garudi
Copy link

Error:
[INFO] > [email protected] install /ws/tez-release/tez-ui/src/main/webapp/node_modules/phantomjs
[INFO] > node install.js
[INFO]
[ERROR] Unexpected platform or architecture: linux/ppc64
[ERROR] It seems there is no binary available for your platform/architecture
[ERROR] Try to install PhantomJS globally
[INFO] PhantomJS not found on PATH

Solution:
The phantomjs 2.1.1 ,which is installed globally is not detected . To resolve the issue, change phantomjs version from 1.9.19 to ^1.9.19 in tez-ui/src/main/webapp/package.json .

@sonia-garudi sonia-garudi linked a pull request Nov 14, 2016 that will close this issue
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.

1 participant