-
Notifications
You must be signed in to change notification settings - Fork 57
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
Issue with building from sources #39
Comments
Still no luck on Ubuntu 14.04 64bit - "gyp_main.py: error: no such option: --no-parallel gyp ERR! configure error ". Sounds like some dependency hell...so I'd still vote for somekind of Docker image :) npm install => libpq@1.6.4 install /ssd/code/pgtools/sqltabs/node_modules/libpq Usage: gyp_main.py [options ...] [build_file ...] gyp_main.py: error: no such option: --no-parallel |
Try to follow the troubleshooting steps I described here #41 (comment) |
SQL Tabs switched to javascript drivers, it simplified building a lot. |
Hey there, I think this is where my question belongs. I get the error I'm using Ubuntu 19.04, 64bit.
Any ideas what I can do? |
Hi, might be related to the version of nodejs you have installed. |
Hey thanks, I downgraded to node 10.16.0 (with npm 6.9.0) got it to install and run, but now I'm getting an error in the console that says "Cannot find module './build/App.js'" I tried running the build script as well as the build:linux script and uninstalling/reinstalling, but every time the same error. |
@Tommydreamer57
|
Awesome it works now! Thanks! |
Please, report here any issues with building from sources.
The text was updated successfully, but these errors were encountered: