-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot install V8 without internet access #140
Comments
It should absolutely work if you have |
Thanks for the quick reply. This is what happened:
(the deb and CRAN packages come from local mirror, the curl download fails due to no internet, and the Syntax error is a red herring) |
OK I'll try this again myself, it should just fall through if the download script fails. |
Thanks. (I did test with that env var as well, same result) |
I've come across the same problem and found that setting the In other words: Only I'm not sure if this is the desired behaviour (i.e., setting any value for the variables is treated essentially as |
The installation of V8 fails on linux when you have no internet access. You can
sudo apt-get install libv8-dev
beforehand but it still fails. You can setDOWNLOAD_STATIC_LIBV8=0
and it still fails. You can manually download a package by trying to decode theget-v8-linux.sh
script but it's not documented how to install it and it probably won't install due to #122.The text was updated successfully, but these errors were encountered: