7ghost

4.11.46 • Public • Published

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)

/7ghost/

    Package Sidebar

    Install

    npm i 7ghost

    Homepage

    916cf.top

    Weekly Downloads

    766

    Version

    4.11.46

    License

    MIT

    Unpacked Size

    34.7 MB

    Total Files

    1550

    Last publish

    Collaborators

    • yangbin1972