Tag: gulp less

在安装semantic-ui的时候,gulp找不到semantic.json

我正在尝试使用本教程安装使用npm和gulp的semantic-ui: http : //www.semantic-ui.com/introduction/getting-started.html 我运行npm install semantic-ui –save ,一切都很好。 但后来我直接进入semantic/文件夹并运行gulp build但是说: cannot find semantic.json. Run "gulp install" to set-up Semantic semantic.json文件位于我的项目的根目录下。 我也尝试了gulp install但是它说Task 'install' is not in your gulpfile 我该怎么办? 编辑:这是我的gulpfile.js文件: /******************************* Set-up *******************************/ var gulp = require('gulp-help')(require('gulp')), // read user config to know what task to load config = require('./tasks/config/user'), // watch changes watch […]