Hey Marius, Getting the same issue on my side...currently troubleshooting (and will let you what I'm able to dig up, if anything). Also raised a support ticket with Heroku...I'll keep you posted on the response.
Cheers, Kevin On Feb 23, 4:24 pm, marius <[email protected]> wrote: > I've just created another app reproduced this by following the steps > athttp://devcenter.heroku.com/articles/node-js > and changing package.json to > { > "name": "node-example", > "version": "0.0.1", > "dependencies": { > "express": "2.x.x" > }, > "engines": { > "node": "0.6.x" > } > > } > > $ heroku labs -a ... > === App Features () > [+] nodejs-versions # Use package.json to specify the Node.js and > npm versions an app > [ ] user_env_compile # Add user config vars to the environment > during slug compilation > > Changing to > "node": "0.4.x" > solves this, but I need 0.6. > > Thanks for any suggestions -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
