-
Notifications
You must be signed in to change notification settings - Fork 5.9k
how to run from latest repo #335
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
Comments
See #17 |
@polymerchm You could try:
If that doesn't work let me know. I might be missing a step. |
I believe you will also need a version of node 8. I use |
Get this. Not sure what to do next. ERROR VSCODE:INSTALL failed {"exitCode":1,"stdout":"$ node build/npm/preinstall.js\n[1/4] Resolving packages...\n[2/4] Fetching packages...\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\ninfo [email protected]: The platform "linux" is incompatible with this module.\ninfo "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.\n[3/4] Linking dependencies...\n[4/4] Building fresh packages...\ninfo Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.\n","stderr":"warning " > [email protected]" has incorrect peer dependency "typescript@^2.0.10".\nerror /usr/local/code-server/lib/vscode/node_modules/native-keymap: Command failed.\nExit code: 1\nCommand: node-gyp rebuild\nArguments: \nDirectory: /usr/local/code-server/lib/vscode/node_modules/native-keymap\nOutput:\ngyp info it worked if it ends with ok\ngyp info using [email protected]\ngyp info using [email protected] | linux | x64\ngyp info spawn /usr/bin/python2\ngyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',\ngyp info spawn args 'binding.gyp',\ngyp info spawn args '-f',\ngyp info spawn args 'make',\ngyp info spawn args '-I',\ngyp info spawn args '/usr/local/code-server/lib/vscode/node_modules/native-keymap/build/config.gypi',\ngyp info spawn args '-I',\ngyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',\ngyp info spawn args '-I',\ngyp info spawn args '/home/spollack/.node-gyp/iojs-3.1.3/common.gypi',\ngyp info spawn args '-Dlibrary=shared_library',\ngyp info spawn args '-Dvisibility=default',\ngyp info spawn args '-Dnode_root_dir=/home/spollack/.node-gyp/iojs-3.1.3',\ngyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',\ngyp info spawn args '-Dnode_lib_file=/home/spollack/.node-gyp/iojs-3.1.3/<(target_arch)/iojs.lib',\ngyp info spawn args '-Dmodule_root_dir=/usr/local/code-server/lib/vscode/node_modules/native-keymap',\ngyp info spawn args '-Dnode_engine=v8',\ngyp info spawn args '--depth=.',\ngyp info spawn args '--no-parallel',\ngyp info spawn args '--generator-output',\ngyp info spawn args 'build',\ngyp info spawn args '-Goutput_dir=.' ]\nPackage x11 was not found in the pkg-config search path.\nPerhaps you should add the directory containing ERROR VSCODE:INSTALL Failed: Failed to install vscode dependencies: warning " > [email protected]" has incorrect peer dependency "typescript@^2.0.10". |
@polymerchm It looks like you are using Mac, try swapping out linux for darwin
it should output to |
No. Building in on a linux box. Ubuntu |
How often do binaries come out? |
@polymerchm we release new versions whenever we have meaningful updates ready and tested. We don't have a set release schedule at the moment. Thus far we've been submitting new releases a few times per week. |
Just struggling with installing on a linux box from the "repos". Yarn, npm and I are not good friends. |
@nol166 Even I got the same error using Ubuntu 18.04. |
What version of node are you guys using when running the yarn build tasks |
|
Closing in favor of #417. |
Want to use without waiting for next binary. Is there any instruction on how to build the binary on my local machine
Related Issues
The text was updated successfully, but these errors were encountered: