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
| %PATH%;C:\programfiles;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\nodejs;C:\Program Files (x86)\nodejs\node_modules\jitsu\bin |
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
| Microsoft Windows [Version 6.1.7600] | |
| Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
| C:\Users\raynos>npm bin -g | |
| C:\Users\raynos\AppData\Roaming\npm | |
| (not in PATH env variable) | |
| C:\Users\raynos>echo %PATH%; | |
| C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common F | |
| iles\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft |
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
| Microsoft Windows [Version 6.1.7600] | |
| Copyright (c) 2009 Microsoft Corporation. All rights reserved. | |
| C:\Users\raynos>npm bin -g | |
| C:\Users\raynos\AppData\Roaming\npm | |
| (not in PATH env variable) | |
| C:\Users\raynos>echo %PATH%; | |
| C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common F | |
| iles\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft |
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
| warn: There in no valid package.json file in C:\Users\raynos | |
| warn: Creating package.json at C:\Users\raynos/package.json |
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
| C:\Users\raynos>jitsu deploy | |
| info: Welcome to Nodejitsu | |
| info: It worked if it ends with Nodejitsu ok | |
| info: Executing command deploy | |
| info: Authenticated as raynos | |
| warn: There in no valid package.json file in C:\Users\raynos | |
| warn: Creating package.json at C:\Users\raynos\package.json | |
| help: | |
| help: A package.json stores meta-data about your application | |
| help: In order to continue we'll need to gather some information about your ap |
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
| npmModule = require('npm'), | |
| npmModule.load({exit:false}, function (err) { | |
| if (err) { | |
| console.log(err); | |
| return callback(err); | |
| } |
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
| C:\Users\raynos>npm config ls | |
| ; cli configs | |
| ; userconfig C:\Users\raynos\.npmrc | |
| _auth = ---sekretz--- | |
| _password = ---sekretz--- | |
| email = "raynos2@gmail.com" | |
| username = "raynos" |
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
| prefix = ~\AppData\Roaming\npm |
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 Parent = { | |
| constructor: function constructor(magic) { | |
| this.isMagic = magic | |
| return this | |
| }, | |
| method: function method() { } | |
| } | |
| var Mixin = { | |
| mixinMethod: function () { } |
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
| locate: npm::pd [] app | |
| Finder: /home/raynos/Documents/game-demos/node_modules/pd/index | |
| Finder: /home/raynos/Documents/game-demos/node_modules/pd/index.js | |
| Found: pd/index .js | |
| locate: src/pd [ 'pd' ] npm | |
| Finder: /home/raynos/Documents/game-demos/node_modules/src/pd | |
| Finder: /home/raynos/Documents/game-demos/node_modules/src/pd.js | |
| Finder: /home/raynos/Documents/game-demos/node_modules/src/pd.coffee | |
| Finder: /home/raynos/Documents/game-demos/node_modules/src/pd/index | |
| Finder: /home/raynos/Documents/game-demos/node_modules/src/pd/index.js |