Skip to content
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 install documentation for Debian 12 Bookworm #531

Open
pgaufillet opened this issue Jul 25, 2023 · 4 comments
Open

Update install documentation for Debian 12 Bookworm #531

pgaufillet opened this issue Jul 25, 2023 · 4 comments

Comments

@pgaufillet
Copy link

As of today, the documentation still refers to Debian 10, which is now obsolescent.

It would prove useful to adapt descriptions to the current release.

@pgaufillet
Copy link
Author

pgaufillet commented Jul 25, 2023

BTW: mineos doesn't work with the default node.js 18 provided with Debian 12.
Installing node.js 14 from the upstream site also fails with an error during npm install (checked as root. it should be tested also with --unsafe-perm):

File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 234, in LoadOneBuildFile build_file_contents = open(build_file_path, 'rU').read() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid mode: 'rU' while trying to load binding.gyp

It looks it works when installing nodejs 16.20.1 from deb https://deb.nodesource.com/node_16.x bookworm main.

@antonioortizdev
Copy link

antonioortizdev commented Oct 23, 2023

Hi there! From my part, using Debian 12, I've got that error while running npm install --unsafe-perm with node v14 and bypassed it by running npm install with node v16. Thank you!

@chokoth
Copy link

chokoth commented Jun 16, 2024

Would like to add my 2 cents here. I just got this to work, though I had to modify the curl line for the debian 10 instructions to install node to the following:

curl -sL https://deb.nodesource.com/setup_16.x | bash -

I have to agree with the OP, a new set of instructions with the necessary modifications would be helpful. Or a build that works with the version of node included with debian. Though I understand that might be a pretty big pain.

@Routhinator
Copy link

Routhinator commented Jul 9, 2024

Agree here, seems that Node 16.x is also giving big flashing warnings about being deprecated though, so probably need some effort around supporting newer node. 18.x is the oldest long term release now.

Screenshot_20240709_160305

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

No branches or pull requests

4 participants