我正在使用Yeoman 角度生成器,当我运行此代码时,我会发出咕噜声并发出警告。我在 debian wheezy 中运行,并在运行 grunt 之前运行了这些命令:
sudo apt-get install ruby &&
sudo gem install sass compass &&
npm install &&
sudo npm install -g grunt-cli &&
sudo npm install -g bower &&
gruntfile.js:
grunt.registerTask('test', [
'clean:server',
'concurrent:test',
'autoprefixer',
'connect:test',
'karma'
]);
test: {
options: {
port: 9001,
base: [
'.tmp',
'test',
'<%= yeoman.app %>'
]
}
},
警告:
Running "concurrent:test" (concurrent) task
Warning: Use --force to continue.
Aborted due to warnings.
Execution Time (2014-04-02 13:58:03 UTC)
concurrent:test 1.1s ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 99%
Total 1.1s
Process finished with exit code 6