Skip to content

Commit

Permalink
Merge pull request Seeed-Studio#1672 from KasunThushara/docusaurus-ve…
Browse files Browse the repository at this point in the history
…rsion

Update Fuxa installtion reTerminal DM
  • Loading branch information
nfs0619 committed Sep 13, 2024
2 parents 25fc73b + d62f089 commit 06fc05f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,29 @@ We recommend installing the **Bullesye** version of Raspberry Pi 64 bit OS from

:::note

Need to have installed Node Version 14.21.3. Execute below commands one by one in terminal.
Need to have installed Node Version 18. Execute below commands one by one in terminal.

:::

```sh
wget https://nodejs.org/dist/v14.21.3/node-v14.21.3-linux-arm64.tar.xz
wget https://nodejs.org/dist/v18.20.3/node-v18.20.3-linux-arm64.tar.xz

tar -xf node-v14.21.3-linux-arm64.tar.xz

cd node-v14.21.3-linux-arm64
tar -xf node-v18.20.3-linux-arm64.tar.xz

cd node-v18.20.3-linux-arm64

sudo cp -R * /usr/local/

node -v

npm -v

```

**Next Install FUXA from NPM**

```sh
sudo npm install -g --unsafe-perm @frangoteam/fuxa
sudo npm install -g --unsafe-perm @frangoteam/fuxa-min

sudo fuxa

Expand Down

0 comments on commit 06fc05f

Please sign in to comment.