Yeoman 'grunt test' fails on clean project with 'port already in use'
- by XMLilley
With:
Mac OS 10.8.4
Node 0.10.12
npm 1.3.1
grunt-cli 0.1.9
yo 1.0.0-rc.1
bower 0.9.2
generator-angular@0.3.0
I encounter the following error with a clean yo angular project, followed by grunt server then grunt test:
Running "connect:test" (connect) task
Fatal error: Port 9000 is already in use by another process.
I'm new to Yeoman and am…