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

added nvmrc with usage of stable Node.js version #57

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

gAmUssA
Copy link
Contributor

@gAmUssA gAmUssA commented Mar 28, 2016

No description provided.

@mustafaiman
Copy link
Contributor

Let's say a person uses nvm. She clones the repo and she does not have latest stable version installed on her computer. Does nvm automatically downloads the latest stable when she tries to run this project? What if she does not want to install the latest version?

@gAmUssA
Copy link
Contributor Author

gAmUssA commented Mar 29, 2016

@mustafaiman A developer needs to run nvm use to tell nvm to use stable node version (available in the system. A developer can install any version with nvm install v.5.9.1 for instance).

$ nvm use
Found '/Users/apple/projects/hazelcast/hazelcast-nodejs-client/.nvmrc' with version <stable>
Now using node v5.4.1 (npm v3.3.12)

If she for some reasons don't want to use stable she can tell to use a particular version with nvm use v5.4.1.
Or even use already installed (not with nvm) node binaries with nvm use system.
I will provide setup instructions in README.adoc later

@mustafaiman
Copy link
Contributor

👍

@GhostInAMachine GhostInAMachine merged commit dad0c16 into hazelcast:master Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants