Skip to content

Commit 47058aa

Browse files
committed
use node 4 as default
1 parent 3d9af6c commit 47058aa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Kickoff for web applications.
1414
## First steps
1515
#### Installing node
1616
Get the latest version of node from the [official website](https://nodejs.org/) or using [nvm](https://github.com/creationix/nvm)
17+
Nvm approach is preferred. Also, you may find this [tool](https://github.com/wbyoung/avn) useful to automate version changing between projects.
1718

1819
#### Getting the dev dependencies
1920
Run ```npm install``` from rootpath of the project.

0 commit comments

Comments
 (0)