When installing Node Version Manager (NVM) through the Ploi panel it is only available to the root user. This should be available to all users including ploi.
@Nathangeerinck btw when I tried to delete nvm from Manage page it showed me notification about success but I still can see /root/.nvm folder and nvm still works well for root user. So looks like deletion not working too.
Thank you for your feedback! We will investigate the deletion aswel.
We issued a fix for this, uninstalling and installing should fix it now.
In your deploy script:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm --version
nvm install 18
nvm use 18
node --version
NVM only available to root user
-
Dennis moved item to board Live
3 weeks ago -
Nathan Geerinck moved item to board In code review
2 years ago -
Nathan Geerinck moved item to board In progress
2 years ago -
Nathan Geerinck moved item to board Planned
2 years ago -
Nathan Geerinck moved item to board Under review
2 years ago -
Nathan Geerinck moved item to project Bugs
2 years ago -
Nathan Geerinck unpinned the item
2 years ago -
Nathan Geerinck made item public
2 years ago -
Nathan Geerinck created the item
2 years ago