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
| var tips = | |
| { | |
| "tip": { | |
| "title": "Let's get started!", | |
| "description": "The package builder allows you to navigate between hotel, returning and departing flight selections.", | |
| }, | |
| "tip": { | |
| "title": "Using the package builder", | |
| "description": "For a quick demo on how to build your package, click next.", | |
| }, |
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
| var tips = | |
| [ | |
| { | |
| title: "Let's get started!", | |
| description: "<p>For a quick demo on how to build your package, click <strong>next</strong>.</p>", | |
| left: 390, | |
| top: 270 | |
| }, | |
| { | |
| title: "Using the package builder", |
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
| { | |
| // Your GitHub API token | |
| // see: https://github.com/condemil/Gist#generating-access-token | |
| "token": "", | |
| // Show GitHub organizations | |
| // Example: "company1", "company2" | |
| "include_orgs": [], | |
| // Show GitHub users |
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
| { | |
| "name": "Swapsies", | |
| "description": "First draft core for Swapsies site", | |
| "version": "0.0.1-1", | |
| "author": "Simon Lang <me@simonlang.org>", | |
| "private": true, | |
| "engines": { | |
| "node": ">= 0.6.0" | |
| }, | |
| "dependencies": { |
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
| info: Attempting to load logs for /Users/jasoncorbett/Sites/swapsy/package.json | |
| info: Listing logs for Swapsy | |
| [08/22 14:15:15 EST][err] ReferenceError: mongoose is not defined | |
| [08/22 14:15:15 EST][err] at Object.<anonymous> (/opt/run/snapshot/package/server/models/user.coffee:3:20) | |
| [08/22 14:15:15 EST][err] at Object.<anonymous> (/opt/run/snapshot/package/server/models/user.coffee:10:4) | |
| [08/22 14:15:15 EST][err] at Module._compile (module.js:456:26) | |
| [08/22 14:15:15 EST][err] at Object.require.extensions..coffee (/opt/run/snapshot/package/node_modules/ss-coffee/node_modules/coffee-script/lib/coffee-script/coffee-script.js:22:21) | |
| [08/22 14:15:15 EST][err] at Module.load (module.js:356:32) | |
| [08/22 14:15:15 EST][err] at Function.Module._load (module.js:312:12) | |
| [08/22 14:15:15 EST][err] at Module.require (module.js:364:17) |
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
| jasoncorbett at MathBook Pro in ~/Sites/swapsy on develop* | |
| $ rm npm-shrinkwrap.json | |
| jasoncorbett at MathBook Pro in ~/Sites/swapsy on develop* | |
| $ git diff | |
| diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json | |
| deleted file mode 100644 | |
| index f762978..0000000 | |
| --- a/npm-shrinkwrap.json | |
| +++ /dev/null | |
| @@ -1,834 +0,0 @@ |
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
| [08/22 14:41:39 EST][err] module.exports = mongoose.model('User', { | |
| [08/22 14:41:39 EST][err] | |
| [08/22 14:41:39 EST][err] ReferenceError: mongoose is not defined | |
| [08/22 14:41:39 EST][err] at Object.<anonymous> (/opt/run/snapshot/package/server/models/user.coffee:3:20) | |
| [08/22 14:41:39 EST][err] at Object.<anonymous> (/opt/run/snapshot/package/server/models/user.coffee:10:4) | |
| [08/22 14:41:39 EST][err] at Module._compile (module.js:456:26) | |
| [08/22 14:41:39 EST][err] at Object.require.extensions..coffee (/opt/run/snapshot/package/node_modules/ss-coffee/node_modules/coffee-script/lib/coffee-script/coffee-script.js:22:21) | |
| [08/22 14:41:39 EST][err] at Module.load (module.js:356:32) | |
| [08/22 14:41:39 EST][err] at Function.Module._load (module.js:312:12) | |
| [08/22 14:41:39 EST][err] at Module.require (module.js:364:17) |
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
| [08/22 14:41:39 EST][err] module.exports = mongoose.model('User', { | |
| [08/22 14:41:39 EST][err] | |
| [08/22 14:41:39 EST][err] ReferenceError: mongoose is not defined | |
| [08/22 14:41:39 EST][err] at Object.<anonymous> (/opt/run/snapshot/package/server/models/user.coffee:3:20) | |
| [08/22 14:41:39 EST][err] at Object.<anonymous> (/opt/run/snapshot/package/server/models/user.coffee:10:4) | |
| [08/22 14:41:39 EST][err] at Module._compile (module.js:456:26) | |
| [08/22 14:41:39 EST][err] at Object.require.extensions..coffee (/opt/run/snapshot/package/node_modules/ss-coffee/node_modules/coffee-script/lib/coffee-script/coffee-script.js:22:21) | |
| [08/22 14:41:39 EST][err] at Module.load (module.js:356:32) | |
| [08/22 14:41:39 EST][err] at Function.Module._load (module.js:312:12) | |
| [08/22 14:41:39 EST][err] at Module.require (module.js:364:17) |
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
| info: Listing logs for Swapsy | |
| [08/22 15:17:47 EST][err] events.js | |
| [08/22 15:17:47 EST][err] ^ | |
| [08/22 15:17:47 EST][err] throw er; // Unhandled 'error' event | |
| [08/22 15:17:47 EST][err] | |
| [08/22 15:17:47 EST][err] Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED | |
| [08/22 15:17:47 EST][err] at RedisClient.on_error (/opt/run/snapshot/package/node_modules/socketstream/node_modules/redis/index.js:148:24) | |
| [08/22 15:17:47 EST][err] at Socket.<anonymous> (/opt/run/snapshot/package/node_modules/socketstream/node_modules/redis/index.js:83:14) | |
| [08/22 15:17:47 EST][err] at Socket.EventEmitter.emit (events.js:95:17) | |
| [08/22 15:17:47 EST][err] at net.js:441:14 |
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
| Starting SocketStream 0.3.4 in development mode... | |
| The http server has started at: http://localhost:8080/ | |
| events.js:72 | |
| throw er; // Unhandled 'error' event | |
| ^ | |
| Error: listen EADDRINUSE | |
| at errnoException (net.js:884:11) | |
| at Server._listen2 (net.js:1022:14) | |
| at listen (net.js:1044:10) |