Description of problem: After creating a new application on OpenShift Online and attaching a Node.js 0.10 cartridge to it, I'm having difficulty getting my application to recognize the cartridge as a Node.js 0.10 cartridge. Running 'node -v' in an SSH session with the cartridge gives an unexpected value. Version-Release number of selected component (if applicable): 0.10 How reproducible: Very Steps to Reproduce: 1. Create a new application with a Node.js v0.10 cartridge. 2. SSH into the application. 3. Run 'node -v'. Actual results: v0.6.20 Expected results: v0.10 Additional info: None
*** This bug has been marked as a duplicate of bug 1108951 ***