open the url https://github.com/creationix/nvm 1. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash 2. cd ~ touch .bash_profile open .bash_profile write in : export NVM_DIR="${XDG_CONFIG_HOME/:-$HOME/.}…
mac brew install redis 报错 /usr/local/opt/php55/bin/phpize /usr/local/opt/php55/bin/phpize: line 61: /usr/local/Library/ENV/4.3/sed: No such file or directory /usr/local/opt/php55/bin/phpize: line 62: /usr/local/Library/ENV/4.3/sed: No such file or di…
一.登陆服务器提示“You need to run "nvm install N/A" to install it before using it.” 二.执行命令: nvm ls 查看"default" Node 版本,这是引起报错的原因 三.执行命令:nvm alias default node 四.执行命令:nvm ls 查看…