7ghost 中文文档教程
nvm install 12.22.1 32
安装成功后,会有 npm 和 node.exe 文件
设置为官方镜像 npm config set registry https://registry.npmjs.org/ 设置为淘宝镜像 npm config set registry https://registry.npm.taobao.org/
npm install -g yarn
设置为官方镜像 yarn config set registry https://registry.yarnpkg.com 设置为淘宝镜像 yarn config set registry https://registry.npm.taobao.org/
yarn global add knex-migrator ember-cli
npm install sqlite3 --save
先运行,以便后续 运行 yarn setup 时,不产生错误
yarn setup 该脚本会按照依赖,并且在sqlite 中创建数据库表, 然后启动client 端的创建(ember build)