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
Installation Debugging Solutions #400
Comments
|
@TimothyLe Please be watchful with the wording. In such a OSS project, no one owes you anything. |
are those line numbers still correct? |
|
@barbalex thanks for letting me know. I just updated my comment to reflect those changes |
|
The links to the lines miss the |
|
My bad. Should have checked that. Fixed now |
|
So I've done the steps listed here and the interface of the calc actually appears, so there shouldn't be a problem with the server. the error itself is |

Installation Failure
This aims to be a list of solutions for installation issues with this project:
Fix
node-gypissues:Follow the steps in https://github.com/nodejs/node-gyp#installation. You don't need to install
node-gypbut make sure that you have the correct environment setup for your OS.Test installation against latest yarn/node version
Fix Caching Issues
If you're on Windows, try using cmder
Debugging Release Builds
DEBUG_PROD=true yarn build && DEBUG_PROD=true yarn startThe text was updated successfully, but these errors were encountered: