Skip to content

Instantly share code, notes, and snippets.

View blakmatrix's full-sized avatar
🧿
You may be gone tomorrow, but that doesn't mean that you weren't here today.

❀️ Farrin Reid blakmatrix

🧿
You may be gone tomorrow, but that doesn't mean that you weren't here today.
View GitHub Profile
info: git://github.com/frnksgr/27bslash6-module.git Has already been processed!
info: git://github.com/biggora/2co.git Has already been processed!
info: git://github.com/csvplot/2csv.git Has already been processed!
info: git://github.com/3scale/3scale_ws_api_for_nodejs.git Has already been processed!
info: git://github.com/jolira/node-404project.git Has already been processed!
info: git://github.com/meritt/node-4sq.git Has already been processed!
info: git://github.com/ro-ka/node-500px.git Has already been processed!
info: git://github.com/raoulmillais/node-7digital-api.git Has already been processed!
info: git://github.com/grahamlyons/A.git Has already been processed!
info: git://github.com/JamesEggers1/node-ABAValidator.git Has already been processed!
@blakmatrix
blakmatrix / gist:2985886
Created June 25, 2012 01:23
sys module throws on million_complex.js in npm package amulet in node v0.8.0
blakmatrix@blue-ghost:~$ cd ~/projects/foo/node_modules/amulet/benchmarks/
blakmatrix@blue-ghost:~/projects/foo/node_modules/amulet/benchmarks$ node million_complex.js
sys.js:1
throw new Error(
^
Error: The "sys" module is now called "util".
at sys.js:1:69
at NativeModule.compile (node.js:602:5)
at Function.NativeModule.require (node.js:570:18)
@blakmatrix
blakmatrix / gist:2991499
Created June 25, 2012 21:48
gf3 / sandbox - node v0.8.0 - node test/sandbox_test.js
PS C:\Users\fred rosak\Documents\GitHub\sandbox> node test/sandbox_test.js
module.js:340
throw err;
^
Error: Cannot find module 'should'
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)
/*
* users.js: Client for the zendesk API.
*
*
*/
var util = require('util'),
Client = require('./client').Client,
defaultUser = require('./helpers').defaultUser,
qs = require('querystring');
PS C:\Users\fred rosak\Documents\GitHub\olive> jitsu deploy
path.existsSync is now called `fs.existsSync`.
info: Welcome to Nodejitsu blakmatrix
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in coffee app.coffee
warn: Local version appears to be old
warn: Your package.json version will be incremented for you automatically
warn: About to write C:\Users\fred rosak\Documents\GitHub\olive\package.json
data:
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:
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
PS C:\Users\fred rosak\Documents\GitHub\forever> vows --spec --isolate
module.js:340
throw err;
^
Error: Cannot find module 'C:\Users\fred rosak\Documents\GitHub\forever\C:\Users\fred rosak\Documents\GitHub\forever\test\core\check-process-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)
POST http://activate.nodejitsu.com/api HTTP/1.1
Host: activate.nodejitsu.com
Connection: keep-alive
Content-Length: 22
Origin: http://activate.nodejitsu.com
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5
Content-Type: application/x-www-form-urlencoded
Accept: application/json, text/javascript, */*; q=0.01
Referer: http://activate.nodejitsu.com/
PS C:\Users\fred rosak> jitsu users confirm blakmatrix1234
path.existsSync is now called `fs.existsSync`.
info: Welcome to Nodejitsu blakmatrix123
info: It worked if it ends with Nodejitsu ok
info: Executing command users confirm blakmatrix1234
prompt: invite code:
info: Confirming user blakmatrix1234
error: Error running command users confirm blakmatrix1234
error: Nodejitsu Error (400): Bad Request
error: User blakmatrix123 is not yet active.