-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Update node to 10.15.1 #472
Conversation
code-asher
commented
Apr 9, 2019
•
edited
Loading
edited
- Fixes Use nbin for native modules #425
- Fixes Markdown preview not working #296
- Fixes Directory being made upon opening file (.ts) #432
cde3271
to
9de6400
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as long as the docker file builds
whoops meant to approve |
7867b5e
to
c07a150
Compare
c07a150
to
827dae6
Compare
Adding |
Wasn't related to Docker, the |
It keeps using my already-built .node files which results in a mismatching GLIBC version error.
Blocked on coder/nbin#5. |
+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 |
I pulled the branch and tried it and I’m getting errors on startup
On Mon, Apr 15, 2019 at 2:47 PM Kyle Carberry ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#472 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYDvzCeK5yuqWsAZ91JE0UtYMijjUfqks5vhMk0gaJpZM4clGE5>
.
--
Raymond "VisualPhoenix" Barbiero
|
@visualphoenix What platform are you on? What errors are you receiving? |
Just pulled the branch, built the docker container, and tried to launch it.
On Mon, Apr 15, 2019 at 2:53 PM Forest Hoffman ***@***.***> wrote:
@visualphoenix <https://github.com/visualphoenix> What platform are you
on? What errors are you receiving?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#472 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYDv1pYvDE-mWkLxynqutYlYDSk_Eidks5vhMqzgaJpZM4clGE5>
.
--
Raymond "VisualPhoenix" Barbiero
|
I’ll get you the error when I’m back at a computer. It was a bounds check
error on startup
On Mon, Apr 15, 2019 at 6:15 PM Raymond Barbiero <[email protected]>
wrote:
Just pulled the branch, built the docker container, and tried to launch
it.
On Mon, Apr 15, 2019 at 2:53 PM Forest Hoffman ***@***.***>
wrote:
> @visualphoenix <https://github.com/visualphoenix> What platform are you
> on? What errors are you receiving?
>
> —
> You are receiving this because you were mentioned.
>
>
> Reply to this email directly, view it on GitHub
> <#472 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAYDv1pYvDE-mWkLxynqutYlYDSk_Eidks5vhMqzgaJpZM4clGE5>
> .
>
--
Raymond "VisualPhoenix" Barbiero
--
Raymond "VisualPhoenix" Barbiero
|
@visualphoenix if you could open an issue with the error you're getting, that would be fantastic. Thank you! |
* 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