-
Notifications
You must be signed in to change notification settings - Fork 229
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
PhantomJS PATH not found (deploying to production) #35
Comments
I did some research and it seems like the issue is resolved in E.g. see here: |
+1 |
With npm the build seems to work anyway, but I have the same error using yarn. With yarn we can force the build to use a newer version :
The build now works good |
I'm preparing a new version where I removed phantom and I use jest, stay tuned! @slevy85 awesome workaround |
While it works fine locally, when I try to deploy to production on Heroku it throws the following error:
I use react-create-app and the https://github.com/mars/create-react-app-buildpack.git build pack on Heroku with yarn.
Any ideas?
The text was updated successfully, but these errors were encountered: