Commit ca1182e7 by Jean-Baptiste Lespiau

Stress the required version of node JS

parent a34a784b
...@@ -78,7 +78,7 @@ the latest master builds [here](http://grafana.org/download/builds) ...@@ -78,7 +78,7 @@ the latest master builds [here](http://grafana.org/download/builds)
### Dependencies ### Dependencies
- Go 1.5 - Go 1.5
- NodeJS - NodeJS v0.12.0
- [Godep](https://github.com/tools/godep) - [Godep](https://github.com/tools/godep)
### Get Code ### Get Code
...@@ -110,7 +110,7 @@ go run build.go build ...@@ -110,7 +110,7 @@ go run build.go build
### Building frontend assets ### Building frontend assets
To build less to css for the frontend you will need a recent version of of node (v0.12.0), To build less to css for the frontend you will need a recent version of of **node (v0.12.0)**,
npm (v2.5.0) and grunt (v0.4.5). Run the following: npm (v2.5.0) and grunt (v0.4.5). Run the following:
```bash ```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment