Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 11860bf

Browse files
Foxandxsswardbell
authored andcommitted
chore: bump node requirements in the README
1 parent 5ca22ee commit 11860bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Learn how to [contribute to Angular.io](https://github.com/angular/angular.js/bl
2424
## Development Setup
2525
This site relies heavily on node and npm.
2626

27-
1. Make sure you are using the latest node and npm;
27+
1. Make sure you are using at least node v.5+ and latest npm;
2828
if not install [nvm](https://github.com/creationix/nvm) to get node going on your machine.
2929

3030
1. install these npm packages *globally*: `npm install -g harp gulp`
@@ -35,7 +35,7 @@ The two cloned repo directories must be sibling.
3535
1. cd into root directory `angular.io/`
3636

3737
1. install the *all-docs* local packages by running `npm install`
38-
> If running node v.5+, you probably must rebuild `node-sass` in a separate step: `npm rebuild node-sass`
38+
> You probably must rebuild `node-sass` in a separate step: `npm rebuild node-sass`
3939
4040
1. See [below](#code-sample-development) for code sample development preparation.
4141

0 commit comments

Comments
 (0)