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

Fix error running node18 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tikkss
Copy link
Contributor

@tikkss tikkss commented Feb 21, 2023

Dear piroor.

First(#39), I tried to build the e-book on Ubuntu 18.04 LTS, but error running Node.js 18.04 LTS.

Steps to reproduce

  1. Install Ubuntu 18.04 LTS on WSL 1 on Windows 10
    wsl.exe --install --distribution Ubuntu-18.04
    
  2. Enter new UNIX username
  3. Enter new UNIX password
  4. Retype new UNIX password
  5. Upgrade packages
    $ sudo apt update && sudo apt upgrade -y
  6. Install required packages
    $ sudo apt install texlive-binaries texlive-lang-japanese \
                       texlive-latex-recommended texlive-latex-extra \
                       imagemagick \
                       ruby-dev build-essential
  7. Install required gems
    $ sudo gem install bundler -v 2.3.26
    $ sudo gem install unicode-display_width
  8. Install Node.js
    $ sudo apt install -y nodejs npm
    $ sudo npm install n -g
    $ sudo n stable
    $ sudo apt purge -y nodejs npm
    $ exec $SHELL -l
    $ node -v

Expected result

Successfully show Node.js version.

Actual result

Error running Node.js with the below command.

$ node -v
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)

Steps to reproduce
---

1. Install Ubuntu 18.04 LTS on WSL 1 on Windows 10
    ```cmd.exe
    wsl.exe --install --distribution Ubuntu-18.04
    ```
2. Enter new UNIX username
3. Enter new UNIX password
4. Retype new UNIX password
5. Upgrade packages
    ```bash
    $ sudo apt update && sudo apt upgrade -y
    ```
6. Install required packages
    ```bash
    $ sudo apt install texlive-binaries texlive-lang-japanese \
                       texlive-latex-recommended texlive-latex-extra \
                       imagemagick \
                       ruby-dev build-essential
    ```
7. Install required gems
    ```bash
    $ sudo gem install bundler -v 2.3.26
    $ sudo gem install unicode-display_width
    ```
8. Install Node.js
    ```bash
    $ sudo apt install -y nodejs npm
    $ sudo npm install n -g
    $ sudo n stable
    $ sudo apt purge -y nodejs npm
    $ exec $SHELL -l
    $ node -v
    ```

Expected result
---

Successfully show Node.js version.

Actual result
---

Error running Node.js with the below command.

```bash
$ node -v
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
```
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.

1 participant