运行grunt服务始终需要--force选项才能工作

时间:2015-01-31 16:30:42

标签: gruntjs

C:\ MyApp> grunt发球 运行“服务”任务

运行“clean:s​​erver”(干净)任务

运行“wiredep:app”(wiredep)任务 警告:ENOENT,没有这样的文件或目录'C:\ MyApp \ app \ bower.json'使用--force继续。

因警告而中止。

执行时间(2015-01-31 16:27:53 UTC) wiredep:app 235ms■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■100% 总计235毫秒

路径app \ bower.json不是bower.json

并不是这样

有一个bower.json!

更新

// Automatically inject Bower components into the app
    wiredep: {
      options: {
        cwd: '<%= yeoman.app %>'
      },
      app: {
        src: ['<%= yeoman.app %>/index.html'],
        ignorePath:  /\.\.\//
      }
    },

0 个答案:

没有答案