I've just created another app reproduced this by following the steps at
http://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 view this discussion on the web visit 
https://groups.google.com/d/msg/heroku/-/npkr7k0fCL4J.
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