Skip to content

Instantly share code, notes, and snippets.

@blakmatrix
Created June 26, 2012 20:53
Show Gist options
  • Select an option

  • Save blakmatrix/2998884 to your computer and use it in GitHub Desktop.

Select an option

Save blakmatrix/2998884 to your computer and use it in GitHub Desktop.
PS C:\Users\fred rosak\Documents\GitHub\forever> git checkout v0.8.0
Note: checking out 'v0.8.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 53ba981... [dist] Version bump. 0.8.0
PS C:\Users\fred rosak\Documents\GitHub\forever> npm test
> forever@0.8.0 test C:\Users\fred rosak\Documents\GitHub\forever
> vows test/**/*-test.js --spec -i
'vows' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed. See above for more details.
npm ERR! not ok code 0
PS C:\Users\fred rosak\Documents\GitHub\forever> npm test
> forever@0.8.0 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment