Created
February 7, 2014 20:27
-
-
Save bltavares/8871096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running "karma:ci" (karma) task | |
Verifying property karma.ci exists in config...OK | |
File: [no files] | |
Options: background=false, clientArgs={"_":[],"v":"ci","$0":"grunt"}, client={"args":{"_":[],"v":"ci","$0":"grunt"}}, configFile="karma.conf.js", runnerPort=9999 | |
INFO [karma]: Karma v0.10.9 server started at http://localhost:9876/ | |
INFO [launcher]: Starting browser PhantomJS |
jpbochi
commented
Feb 7, 2014
npm version
{ http_parser: '1.0',
node: '0.10.10',
v8: '3.14.5.9',
ares: '1.9.0-DEV',
uv: '0.10.10',
zlib: '1.2.3',
modules: '11',
openssl: '1.0.1e',
npm: '1.2.25',
'ko-validation': '1.0.1' }
grunt -V
grunt-cli v0.1.9
grunt v0.4.2
which phantomjs
node_modules/.bin/phantomjs
phantomjs --version
1.9.7
grunt karma:ci
Running "karma:ci" (karma) task
INFO [karma]: Karma v0.10.9 server started at http://localhost:9876/
INFO [launcher]: Starting browser PhantomJS
node -v
v0.10.10
npm -v
1.2.25
$ npm version
{ http_parser: '1.0',
node: '0.10.25',
v8: '3.14.5.9',
ares: '1.9.0-DEV',
uv: '0.10.23',
zlib: '1.2.3',
modules: '11',
openssl: '1.0.1e',
npm: '1.3.24',
'ko-validation': '1.0.1' }
19:06 jpbochi:~/src/rackspace/ko-validation (master)
$ grunt -V
grunt-cli v0.1.11
grunt v0.4.2
which phantomjs
doesn't give me anything. I don't have it globally installed.
$ node -v
v0.10.25
19:09 jpbochi:~/src/rackspace/ko-validation (master)
$ npm -v
1.3.24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment