Coder Social home page Coder Social logo

yummy-flow's People

Contributors

yumyfung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

yummy-flow's Issues

文档以及官网的安装步骤都写错了……

首先,README 文档里,用 npm 的方法安装下来的 Yummy,缺少 node_modules 文件夹,也就是缺少 commander 模块。

官网的安装步骤说明,暂且当作是 git clone,可是 clone 后依然还是 commander 模块的模块依赖没有安装和配置的问题。

所以,问题是:commander 模块没有写入 gulpfile.js 的开发依赖,而是没有配置成功 yummy install 这个命令。

全局安装的步骤是这样的:

  1. npm install -g yummy-yummy,进入 nodeJS 的全局模块安装路径,然后把 yummy 文件夹里的文件都清空,再在里面 git clone 把 Yummy 克隆到 node 的全局模块安装路径里;
  2. 进入 commander 文件夹,运行 npm install 安装 commander 模块的模块依赖;
  3. 运行 yummy install 安装 Yummy 的模块依赖

局部安装倒很简单:

  1. 在项目根目录下, git clone
  2. 进入 commander 文件夹npm install
  3. 运行 yummy install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.