-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 |
Hi, Is anyone please help me, I'm trying to upload my electron app in app store but getting this App sandbox not enabled issue. I'm using the same boilerplate. Asset validation failed (90296) My entitlement file com.apple.security.app-sandbox com.apple.security.cs.allow-unsigned-executable-memory com.apple.security.cs.allow-jit com.apple.security.device.audio-input |
hi all, i'm trying to install internxt on alpine so i download the sourcecode 2.0.10
can someone explain the correct steps to get the installations of the dependencies? (is the firs time i work with github token) |
Installation Failure
This aims to be a list of solutions for installation issues with this project:
Fix
node-gyp
issues:Follow the steps in https://github.com/nodejs/node-gyp#installation. You don't need to install
node-gyp
but 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 start
The text was updated successfully, but these errors were encountered: