Hi,

Trying to deploy a newer version of the app, I get this
-----> Heroku receiving push
-----> Node.js app detected
-----> Resolving engine versions
       Using Node.js version: 0.6.10
       Using npm version: 1.0.94
-----> Fetching Node.js binaries
-----> Vendoring node into slug
-----> Installing dependencies with npm
       
       node.js:201
               throw e; // process.nextTick error, or 'error' event on 
first tick
                     ^
       Error: No such module
           at Object.<anonymous> 
(/tmp/node-npm-N1yu/lib/utils/config-defs.js:5:21)
           at Module._compile (module.js:441:26)
           at Object..js (module.js:459:10)
           at Module.load (module.js:348:31)
           at Function._load (module.js:308:12)
           at Module.require (module.js:354:17)
           at require (module.js:370:17)
           at Object.<anonymous> (/tmp/node-npm-N1yu/lib/utils/ini.js:38:18)
           at Module._compile (module.js:441:26)
           at Object..js (module.js:459:10)
 !     Failed to install dependencies with npm
 !     Heroku push rejected, failed to compile Node.js app

I haven't changed package.json since last successful deployment. Did a 
module I used disappeared? Which one is causing this?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/t6v_QNEs0oQJ.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to