FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update node to 10.15.1 by code-asher · Pull Request #472 · coder/code-server · GitHub

Update node to 10.15.1 - #472

Merged
code-asher merged 11 commits into
masterfrom
feature/update-node
Apr 16, 2019
Merged

Update node to 10.15.1#472
code-asher merged 11 commits into
masterfrom
feature/update-node

Conversation

code-asher commented Apr 9, 2019
edited
Loading

Copy link
Copy Markdown
Member

code-asher changed the title Update node Update node to 10.15.1 Apr 9, 2019
code-asher force-pushed the feature/update-node branch from cde3271 to 9de6400 Compare April 9, 2019 19:34
code-asher marked this pull request as ready for review April 9, 2019 19:44

nhooyr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

as long as the docker file builds

nhooyr commented Apr 9, 2019

Copy link
Copy Markdown
Contributor

whoops meant to approve

Comment thread .node-version
code-asher force-pushed the feature/update-node branch from 7867b5e to c07a150 Compare April 9, 2019 20:27
code-asher force-pushed the feature/update-node branch from c07a150 to 827dae6 Compare April 9, 2019 20:28
code-asher added the wip label Apr 9, 2019

Copy link
Copy Markdown
Member Author

Adding wip tag because it's not running correctly when I build it with Docker.

code-asher commented Apr 9, 2019
edited
Loading

Copy link
Copy Markdown
Member Author

Wasn't related to Docker, the spdlog dependencies needed to be included since it's external now. But there is another issue where bindings tries to look for the package.json and fails. It fails finding anything in /node_modules/spdlog, but those files appear to be included when bundling. 😕 Everything works now including Docker...except it seems to exit without any errors once the page loads. Edit: ah, it's a segfault. The shared process also continually exits with no errors and no exit code (probably segfaulting). <-- fixed by coder/nbin#5

It keeps using my already-built .node files which results in a
mismatching GLIBC version error.
code-asher added the blocked This issue cannot proceed due to external factors label Apr 11, 2019

Copy link
Copy Markdown
Member Author

Blocked on coder/nbin#5.

visualphoenix commented Apr 15, 2019
edited
Loading

Copy link
Copy Markdown

+1 updating past node.js 10.10 will get you nodejs/node#22609 which might help when running code-server in mesos with a randomly assigned uid/gid that doesnt exist

code-asher removed the blocked This issue cannot proceed due to external factors label Apr 15, 2019
code-asher removed the wip label Apr 15, 2019

visualphoenix commented Apr 15, 2019 via email

Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@visualphoenix What platform are you on? What errors are you receiving?

visualphoenix commented Apr 15, 2019 via email

Copy link
Copy Markdown

visualphoenix commented Apr 15, 2019 via email

Copy link
Copy Markdown

code-asher merged commit aabb2ec into master Apr 16, 2019
code-asher deleted the feature/update-node branch April 16, 2019 00:48

Copy link
Copy Markdown
Member Author

@visualphoenix if you could open an issue with the error you're getting, that would be fantastic. Thank you!

code-asher added a commit that referenced this pull request Jun 19, 2019
* Update Node to 10.15.1

* Remove string replace that was used for oclif

* Update nbin

* Package node-pty and spdlog with nbin

* Label stderr/stdout from shared process

* Remove fork override

* Prevent "already disposed" errors when trying to kill disposed proxies

* Include spdlog dependencies

* Shim /node_modules

* Add node_modules to Docker ignore

It keeps using my already-built .node files which results in a
mismatching GLIBC version error.

* Update nbin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Directory being made upon opening file (.ts) Use nbin for native modules Markdown preview not working

6 participants


Back | FazBrowse Home | New Git URL