Skip to content

Instantly share code, notes, and snippets.

@Fishrock123
Created April 3, 2015 15:11
Show Gist options
  • Save Fishrock123/06f00d64a30758a20f72 to your computer and use it in GitHub Desktop.
Save Fishrock123/06f00d64a30758a20f72 to your computer and use it in GitHub Desktop.
npm ERR! missing: debug@^2.1.3, required by har-validator@1.4.0
not ok test/tap/00-verify-ls-ok.js ...................... 3/5
    Command: "/usr/local/bin/iojs 00-verify-ls-ok.js"
    TAP version 13
    ok 1 ensure that the path we are calling ls within exists
    ok 2 ensure there are files in the directory we are to ls
    ok 3 error should not exist
    not ok 4 npm ls exited with code
      ---
        file:   /Users/Jeremiah/Documents/io.js/deps/npm/node_modules/once/once.js
        line:   17
        column: 25
        stack:  
          - |
            getCaller (/Users/Jeremiah/Documents/io.js/deps/npm/node_modules/tap/lib/tap-assert.js:439:17)
          - |
            assert (/Users/Jeremiah/Documents/io.js/deps/npm/node_modules/tap/lib/tap-assert.js:21:16)
          - |
            Function.equal (/Users/Jeremiah/Documents/io.js/deps/npm/node_modules/tap/lib/tap-assert.js:163:10)
          - |
            Test._testAssert [as equal] (/Users/Jeremiah/Documents/io.js/deps/npm/node_modules/tap/lib/tap-test.js:87:16)
          - |
            /Users/Jeremiah/Documents/io.js/deps/npm/test/tap/00-verify-ls-ok.js:15:7
          - |
            f (/Users/Jeremiah/Documents/io.js/deps/npm/node_modules/once/once.js:17:25)
          - |
            ChildProcess.<anonymous> (/Users/Jeremiah/Documents/io.js/deps/npm/test/common-tap.js:43:5)
          - |
            emitTwo (events.js:87:13)
          - |
            ChildProcess.emit (events.js:169:7)
          - |
            maybeClose (child_process.js:984:16)
        found:  1
        wanted: 0
      ...
    not ok 5 test/tap/00-verify-ls-ok.js
      ---
        exit:    1
        stderr:  |
          npm ERR! missing: debug@^2.1.3, required by har-validator@1.4.0
        command: "/usr/local/bin/iojs 00-verify-ls-ok.js"
      ...
    
    1..5
    # tests 5
    # pass  3
    # fail  2
total ............................................. 2087/2089

not ok

npm ERR! Darwin 14.1.0
npm ERR! argv "/Users/Jeremiah/Documents/io.js/out/Release/iojs" "/Users/Jeremiah/Documents/io.js/deps/npm/cli.js" "run-script" "test-all"
npm ERR! node v1.6.4
npm ERR! npm  v2.7.5
npm ERR! code ELIFECYCLE
npm ERR! npm@2.7.5 test-all: `node ./test/run.js && tap test/tap/*.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the npm@2.7.5 test-all script 'node ./test/run.js && tap test/tap/*.js'.
npm ERR! This is most likely a problem with the npm package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node ./test/run.js && tap test/tap/*.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls npm
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/Jeremiah/Documents/io.js/deps/npm/npm-debug.log
make: *** [test-npm] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment