We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f727d commit e4e4c05Copy full SHA for e4e4c05
1 file changed
install
@@ -24,7 +24,7 @@ export NVM_DIR="/opt/nvm"
24
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
25
export PATH="/opt/nvm:$PATH"
26
27
-# Initial install of NodeJS (vrsion 20 is an LTS version)
+# Initial install of NodeJS (version 20 is an LTS version)
28
nvm install v20
29
npm install -g npm@latest
30
@@ -70,4 +70,4 @@ EOT
70
fi
71
72
# Notify installation has finished
73
-/usr/local/hestia/bin/v-add-user-notification admin NodeApp "<span style=\"font-size:large;color:green;\">⬢</span> NodeApp plugin has finished installing."
+/usr/local/hestia/bin/v-add-user-notification admin NodeApp "<span style=\"font-size:large;color:green;\">⬢</span> NodeApp plugin has finished installing."
0 commit comments