Advertisement
Guest User

Untitled

a guest
May 30th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. $ jitsu deploy
  2. info: Welcome to Nodejitsu xxx
  3. info: jitsu v0.12.0, node v0.10.4
  4. info: It worked if it ends with Nodejitsu ok
  5. info: Executing command deploy
  6. info: Analyzing application dependencies in app.js
  7. WARN unmet dependency /Users/xxx/src/yyy/node_modules/express-validator requires validator@'0.4.25' but will load
  8. WARN unmet dependency /Users/xxx/src/yyyy/node_modules/validator,
  9. WARN unmet dependency which is version 1.1.0
  10. WARN unmet dependency /Users/xxx/src/yyy/node_modules/mocha requires jade@'0.26.3' but will load
  11. WARN unmet dependency /Users/xxx/src/yyy/node_modules/jade,
  12. WARN unmet dependency which is version 0.29.0
  13. info: Creating snapshot 0.0.1-26
  14. info Uploading: [=============================] 100%
  15.  
  16.  
  17. error: Error running command deploy
  18. error: ETIMEDOUT
  19. error: Error: ETIMEDOUT
  20. error: at null._onTimeout (/usr/local/lib/node_modules/jitsu/node_modules/request/main.js:670:15)
  21. error: at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
  22. help: For help with this error contact Nodejitsu Support:
  23. help: webchat: <http://webchat.nodejitsu.com/>
  24. help: irc: <irc://chat.freenode.net/#nodejitsu>
  25. help: email: <support@nodejitsu.com>
  26. help:
  27. help: Copy and paste this output to a gist (http://gist.github.com/)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement