Closed ryanj closed 9 years ago
Gotcha, sorry about the crap openshift hub review, I need to update it somehow.
np! thanks for leaving feedback. :)
Is it okay if we clear the old review for you? Feel free to resubmit
yes thanks
On Mon, Apr 6, 2015 at 4:03 PM, ryan jarvinen notifications@github.com wrote:
np! thanks for leaving feedback. :)
Is it okay if we clear the old review for you? Feel free to resubmit
— Reply to this email directly or view it on GitHub https://github.com/ryanj/nodejs-custom-version-openshift/issues/1#issuecomment-90224925 .
[image: Laicos] http://laicos.com/ Lee Fernandes yyang@laicos.com Full Stack Developer1000 N Ashley Dr | Suite 520 | Tampa, FL 33602 https://goo.gl/maps/KWhICLaicos.com http://laicos.com/ | (941) 254-1998 <+1-727-475-0838>[image: Twitter] http://twitter.com/laicos/ [image: Facebook] http://facebook.com/laicosllc/ [image: Google+] https://plus.google.com/u/0/b/112692347994913959390/112692347994913959390 [image: LinkedIn] https://www.linkedin.com/company/3279311 [image: Blog] http://laicos.com/blog/
@leefernandes Your review has been removed (with permission obviously). Feel free to submit a new review: https://hub.openshift.com/quickstarts/128-node-js-0-12
Also, I made a note to add a feature allowing users to delete their own reviews on OpenShift Hub. We'll also try to link to GitHub issues where appropriate :)
Lee (@LeeFernandes / @ItsLeeOwen) left a review with some good feedback here: https://hub.openshift.com/quickstarts/128-node-js-0-12
This is by design. The "engines" section isn't normally used to install anything. This quickstart includes a bundle of code inside the
.openshift
folder that will automatically read the "engines" section in order to install recent versions of nodejs. However, I didn't include any code to update thenpm
version since that functionality is already covered by thepackage.json
file'sdependencies
section.If you want to use a specific version of
npm
, make sure to include that information in yourpackage.json
file by runningnpm install npm --save
.I've update the hub page and the project README in order to help clarify. Thanks for sending your feedback!