Pycharm、Idea手動新增nvm,使用node16

Joranger發表於2024-05-29

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm use 16

相關文章