Switch to recommending Node 6#578
Conversation
| 1. In the command prompt, run the following command. | ||
|
|
||
| <pre class="add-copy-button"><code class="language-terminal">choco install nodejs -y -version 4.6.0 | ||
| <pre class="add-copy-button"><code class="language-terminal">choco install nodejs -y -version 6.9.1 |
There was a problem hiding this comment.
Can someone on Windows run this for me to make sure it works as intended? My Windows VM is currently busted.
|
|
||
| > **TIP**: | ||
| > * If you’re on OS X and use [Homebrew](http://brew.sh/), you can alternatively install the Node.js LTS release by running `brew install homebrew/versions/node4-lts` in your terminal. | ||
| > * If you’re on OS X and use [Homebrew](http://brew.sh/), you can alternatively install the Node.js LTS release by running `brew install node6-lts` in your terminal. |
There was a problem hiding this comment.
I think this will revert the changes in https://github.com/NativeScript/docs/pull/563.
There was a problem hiding this comment.
Indeed it will. I had to merge that one asap because brew install node4-lts no longer works at all. Any concerns with using brew install node6-lts?
There was a problem hiding this comment.
The same issue will happen on a clean machine:
$ brew install node6-lts
Error: No available formula with the name "node6-lts"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
This formula was found in a tap:
homebrew/versions/node6-lts
To install it, run:
brew install homebrew/versions/node6-ltsYou'll have to do brew tap versions (or install a package from there the first time) to be able to only do brew install node6-lts.
I would suggest to stick with the homebrew/versions/node6-lts part as in the previous PR.
There was a problem hiding this comment.
Ah! Ok that makes a lot of sense. Thanks for following up @jasssonpet; I’ll update to homebrew/versions/node6-lts before I merge this.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.