Skip to content

Commit

Permalink
check for new nodejs version compatibility Uberspace#1607
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod authored and nichtmax committed Nov 24, 2023
1 parent c68db05 commit 6fcdefb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/guide_up1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ We're using :manual:`Node.js <lang-nodejs>` in the stable version 8:
::

[isabell@stardust ~]$ uberspace tools version show node
Using 'Node.js' version: '8'
Using 'Node.js' version: '18'
[isabell@stardust ~]$

We will need to update the Node Packet Manager npm:

::

[isabell@stardust ~]$ npm install npm@latest -g
+ npm@6.4.1
+ npm@10.2.4
updated 1 package in 14.629s
[isabell@stardust ~]$ hash -r
[isabell@stardust ~]$ npm --version
6.4.1
10.2.4
[isabell@stardust ~]$

This should return a version from ``6.0.0`` upwards.
Expand Down

0 comments on commit 6fcdefb

Please sign in to comment.