File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export NVM_DIR="/opt/nvm"
2424[ -s " $NVM_DIR /bash_completion" ] && \. " $NVM_DIR /bash_completion" # This loads nvm bash_completion
2525export PATH=" /opt/nvm:$PATH "
2626
27- # Initial install of NodeJS (vrsion 20 is an LTS version)
27+ # Initial install of NodeJS (version 20 is an LTS version)
2828nvm install v20
2929npm install -g npm@latest
3030
7070fi
7171
7272# 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."
73+ /usr/local/hestia/bin/v-add-user-notification admin NodeApp " <span style=\" font-size:large;color:green;\" >⬢</span> NodeApp plugin has finished installing."
You can’t perform that action at this time.
0 commit comments