grunt-bower-installの代わりにgrunt-wiredepを使ってみた 1 npm WARN deprecated grunt-bower-install@1.6.0: use grunt-wiredep instead 1 2 npm uninstall -D grunt-bower-install npm install -D grunt-wiredep 1 Warning: Task "wiredep" failed. Use --force to continue. 1 2 3 4 5 6 wiredep: { app: { src: ['<%= config.app %>/index.html'], exclude: [] } },