-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Building Code-server in freebsd error with npm and node path error #529
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
It looks like the version of node installed and the one in the temp directory are mismatched. Try clearing out the temp directory If that doesn't work I would recommend trying an older version of node, specifically |
We can fix the node version mismatch by installing node 10 and using
|
I've now gotten code-server to work using The protocol and node-netstat packages require small fixes to load on freebsd |
can you share the update. I try all the previous reply method. it seem the error has change a bit and look the same as your error msg. |
If you want to start code-server you should try npm start. That should at least give you an error pointing to the protocol and node-netstat package. To build a binary you'll need to build a node version with patches applied from the nbin repository. I've attached a code-server binary if you want to try it. you first need to install some dependencies: |
Good works @0xQSL..
|
I try to do some dirty hack for node-netstat The webpack looks running but when browsing to the address.. it seem not loading and only showing blank black page.
upon further checking.. I found out the browser failed to connect to the websocket. |
looks like this for me:
|
I also won't invest any more work into this until it's clear whether code-server will be continued [1] or MS will open source/ compile for freebsd their remote stuff [2] [1] #655 |
This is an nbin issue. See coder/nbin#42 |
code-server
version: Github MasterDescription
Try to build the code server.
then:
./scripts/build.sh which halted at :
The text was updated successfully, but these errors were encountered: