Created
June 26, 2012 20:58
-
-
Save blakmatrix/2998953 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
| PS C:\Users\fred rosak\Documents\GitHub\forever> git checkout node-0.8 | |
| Branch node-0.8 set up to track remote branch node-0.8 from origin. | |
| Switched to a new branch 'node-0.8' | |
| PS C:\Users\fred rosak\Documents\GitHub\forever> npm test | |
| > forever@0.9.2 test C:\Users\fred rosak\Documents\GitHub\forever | |
| > vows test/**/*-test.js --spec -i | |
| module.js:340 | |
| throw err; | |
| ^ | |
| Error: Cannot find module 'C:\Users\fred rosak\Documents\GitHub\forever\C:\Users\fred rosak\Documents\GitHub\forever\test\**\*-test' | |
| at Function.Module._resolveFilename (module.js:338:15) | |
| at Function.Module._load (module.js:280:25) | |
| at Module.require (module.js:362:17) | |
| at require (module.js:378:17) | |
| at C:\Users\fred rosak\AppData\Roaming\npm\node_modules\vows\bin\vows:501:19 | |
| at Array.reduce (native) | |
| at importSuites (C:\Users\fred rosak\AppData\Roaming\npm\node_modules\vows\bin\vows:496:18) | |
| at Object.<anonymous> (C:\Users\fred rosak\AppData\Roaming\npm\node_modules\vows\bin\vows:252:15) | |
| at Module._compile (module.js:449:26) | |
| at Object.Module._extensions..js (module.js:467:10) | |
| ✗ Errored » 1 errored (0.000s) | |
| npm ERR! Test failed. See above for more details. | |
| npm ERR! not ok code 0 | |
| PS C:\Users\fred rosak\Documents\GitHub\forever> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment