Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump the sample version numbers #1539

Merged
merged 1 commit into from
Jun 17, 2017
Merged

bump the sample version numbers #1539

merged 1 commit into from
Jun 17, 2017

Conversation

capaj
Copy link
Contributor

@capaj capaj commented Jun 1, 2017

because it's 2017 and it might be confusing for people who are new to node.js

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea - however, it's important that the examples include a fully specified nonzero patch version - can we have some be v8, some v6 latest, and some v4 latest?

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'll rebase this down to a single commit for you unless you get to it first :-)

nvm.sh Outdated
nvm_echo ' nvm use 8.0 Use the latest available 8.0.x release'
nvm_echo ' nvm run 6.10.3 app.js Run app.js using node 6.10.3'
nvm_echo ' nvm exec 4.8.3 node app.js Run `node app.js` with the PATH pointing to node 4.8.3'
nvm_echo ' nvm alias default 8.0.0 Set default node version on a shell'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this could, in the comment on the right side, include "(use nvm alias default node to always default to the latest version)"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants