We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to install phantom and run the tests via make test, it seems this is so out of date that this needs some love.
make test
The text was updated successfully, but these errors were encountered:
related to https://github.com/uxebu/bonsai/tree/switch-to-yarn just in case you run into this error
# ./node_modules/.bin/phantomjs --version internal/child_process.js:289 var err = this._handle.spawn(options); ^ TypeError: Bad argument
this is the bug, yarnpkg/yarn#1607 I got it working by rm -Rf node_modules; yarn
rm -Rf node_modules; yarn
Sorry, something went wrong.
wolframkriesing
No branches or pull requests
I tried to install phantom and run the tests via
make test
, it seems this is so out of date that this needs some love.The text was updated successfully, but these errors were encountered: