-
Notifications
You must be signed in to change notification settings - Fork 106
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
Install fails on Debian 12 #538
Comments
Please try with a supported Node.js version, it should be fine. If you use |
It works with version 18. See below: DetailsDebian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu May 16 19:29:29 UTC 2024 on pts/1 minnix@bbs:~$ nvm install 18 Downloading and installing node v18.20.2... Downloading https://nodejs.org/dist/v18.20.2/node-v18.20.2-linux-x64.tar.xz... ############################################################################################################# 100.0% Computing checksum with sha256sum Checksums matched! Now using node v18.20.2 (npm v10.5.0) Creating default alias: default -> 18 (-> v18.20.2 *) minnix@bbs:~$ nvm use 18 Now using node v18.20.2 (npm v10.5.0) minnix@bbs:~$ git clone https://github.com/NuSkooler/enigma-bbs.git Cloning into 'enigma-bbs'... remote: Enumerating objects: 35560, done. remote: Counting objects: 100% (6184/6184), done. remote: Compressing objects: 100% (1532/1532), done. remote: Total 35560 (delta 4839), reused 5855 (delta 4541), pack-reused 29376 Receiving objects: 100% (35560/35560), 14.53 MiB | 23.10 MiB/s, done. Resolving deltas: 100% (26865/26865), done. minnix@bbs:~$ cd enigma-bbs minnix@bbs:~/enigma-bbs$ npm install npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) Thanks for the help. |
@minnixtx Thanks! I created a ticket to look into newer versions of Node |
Describe the Bug
Install fails on Debian 12 but succeeds on Debian 11. See #537
To Reproduce
Either run install scripts or try manual install on Debian 12
Expected Behavior
Installation succeeds
Actual Behavior
Installation fails
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
See #537 for relevant logs, environment and errors.
The text was updated successfully, but these errors were encountered: