Socket
Socket
Sign inDemoInstall

7ghost

Package Overview
Dependencies
119
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    7ghost

The professional publishing platform


Version published
Weekly downloads
255
decreased by-7.27%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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)

Keywords

FAQs

Last updated on 10 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc