This file contains 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
// Karma configuration | |
// Generated on Fri Oct 04 2013 20:17:50 GMT+0300 (FLE Daylight Time) | |
module.exports = function(config) { | |
config.set({ | |
// base path, that will be used to resolve files and exclude | |
basePath: '', | |
This file contains 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
// Karma configuration | |
// Generated on Fri Oct 04 2013 20:17:50 GMT+0300 (FLE Daylight Time) | |
module.exports = function(config) { | |
config.set({ | |
// base path, that will be used to resolve files and exclude | |
basePath: '', | |
This file contains 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
D:\dev\spoply>jitsu deploy | |
info: Welcome to Nodejitsu julianusti | |
info: jitsu v0.13.2, node v0.10.18 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node --debug app.js | |
This will be run before deploying the app | |
error: Error running command deploy | |
error: EISDIR, read | |
help: For help with this error contact Nodejitsu Support: |
This file contains 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": "test", | |
"subdomain": "test", | |
"domains": [ | |
"test.com", | |
"www.test.com" | |
], | |
"version": "0.0.0-1", | |
"description": "just coolest app ever :)", | |
"main": "app.js", |
This file contains 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
D:\dev\test>jitsu deploy --debug | |
info: Welcome to Nodejitsu julianusti | |
info: jitsu v0.13.2, node v0.10.18 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node --debug app.js | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/apps/julianusti/test', | |
debug: headers: | |
debug: { Authorization: '********************************************************** |
This file contains 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
npm ERR! tar pack Error reading . | |
npm ERR! addLocalDirectory Could not pack "." to "C:\\Users\\YULIAN~1.UST\\AppDa | |
ta\\Local\\Temp\\npm-8384-vjveK28W\\1383303230343-0.8317255771253258\\tmp.tgz" | |
npm ERR! addLocal Could not install . | |
npm ERR! Error: EISDIR, read | |
npm ERR! If you need help, you may report this log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> |
This file contains 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
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'pack' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose node symlink C:\Program Files\nodejs\\node.exe | |
5 verbose cache add [ '.', null ] | |
6 verbose cache add name=undefined spec="." args=[".",null] | |
7 verbose parsed url { protocol: null, |
This file contains 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
Folder PATH listing for volume DATA | |
Volume serial number is BE87-EC0C | |
D:. | |
├───config | |
├───doc | |
├───node_modules | |
│ ├───.bin | |
│ ├───bcrypt-nodejs | |
│ ├───chai | |
│ │ ├───lib |
This file contains 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
D:\dev\spoply>jitsu apps update | |
info: Welcome to Nodejitsu julianusti | |
info: jitsu v0.13.2, node v0.10.18 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command apps update | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: |
This file contains 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
D:\dev\spoply>jitsu apps update --debug | |
info: Welcome to Nodejitsu julianusti | |
info: jitsu v0.13.2, node v0.10.18 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command apps update | |
debug: { method: 'GET', | |
debug: uri: 'https://spoply.com/apps/julianusti/spoply', | |
debug: headers: | |
debug: { Authorization: '************************************************** | |
*******************', |
OlderNewer