1. 11 Mar, 2013 1 commit
  2. 28 Feb, 2013 1 commit
  3. 27 Feb, 2013 1 commit
  4. 19 Jul, 2012 3 commits
  5. 16 Jul, 2012 1 commit
  6. 15 Jul, 2012 7 commits
  7. 12 Jul, 2012 5 commits
  8. 06 Jul, 2012 1 commit
  9. 25 Jun, 2012 1 commit
  10. 21 Jun, 2012 4 commits
  11. 27 Mar, 2012 4 commits
  12. 23 Mar, 2012 3 commits
  13. 21 Mar, 2012 1 commit
  14. 20 Mar, 2012 1 commit
  15. 05 Mar, 2012 3 commits
  16. 01 Mar, 2012 1 commit
    • Tim Shadel's avatar
      Add a version to the sample package.json. · 485c3903
      Tim Shadel authored
      Without this `myapp` throws the following when deployed to Heroku:
      
          -----> Installing dependencies with npm
                 npm ERR! Couldn't read dependencies.
      
                 npm ERR! Error: 'version' field missing
                 npm ERR! 'version' Must be X.Y.Z, with an optional trailing tag.
                 npm ERR! See the section on 'version' in `npm help json`
                 npm ERR!     at /tmp/node-npm-a99U/lib/utils/read-json.js:336:13
                 npm ERR!     at /tmp/node-npm-a99U/lib/utils/read-json.js:134:32
                 npm ERR!     at P (/tmp/node-npm-a99U/lib/utils/read-json.js:110:40)
                 npm ERR!     at [object Object].<anonymous> (fs.js:115:5)
                 npm ERR!     at [object Object].emit (events.js:64:17)
                 npm ERR!     at afterRead (fs.js:1111:12)
                 npm ERR!     at Object.wrapper [as oncomplete] (fs.js:254:17)
                 npm ERR! You may report this log at:
                 npm ERR!     <http://github.com/isaacs/npm/issues>
                 npm ERR! or email it to:
                 npm ERR!     <npm-@googlegroups.com>
                 npm ERR!
                 npm ERR! System Linux 2.6.32-342-ec2
                 npm ERR! command "/tmp/node-node-z9p0/bin/node" "/tmp/node-npm-a99U/cli.js" "install"
                 npm ERR! cwd /tmp/build_1qpkl3ftzyifk
                 npm ERR! node -v v0.6.10
                 npm ERR! npm -v 1.1.1
                 npm ERR! message 'version' field missing
                 npm ERR! message 'version' Must be X.Y.Z, with an optional trailing tag.
                 npm ERR! message See the section on 'version' in `npm help json`
                 npm ERR!
                 npm ERR! Additional logging details can be found in:
                 npm ERR!     /tmp/build_1qpkl3ftzyifk/npm-debug.log
                 npm not ok
           !     Failed to install dependencies with npm
           !     Heroku push rejected, failed to compile Node.js app
      485c3903
  17. 27 Feb, 2012 2 commits