准备Node环境

安装NVM(Node Version Manager)

官方安装文档

Mac:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash

安装Node stable版本

nvm install stable
nvm list
echo "6.9.4" > .nvmrc //稳定版的版本号
nvm use

安装Yarn

官方安装指南

Mac:

brew install yarn --ignore-dependencies

初始化package.json

yarn init //一路回车

到此,NodeJS的环境就准备完成,现在可以提交代码并push到远端。


本页编辑:Benwei

results matching ""

    No results matching ""