A list of where to make changes when upgrading Go and Node.js (#13693)

This commit is contained in:
Leonard Gram
2018-10-17 16:39:03 +02:00
committed by GitHub
parent cd96ef3590
commit 675bf00727
3 changed files with 91 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ dev environment. Grafana ships with its own required backend server; also comple
## Dependencies
- [Go 1.11](https://golang.org/dl/)
- [Go (Latest Stable)](https://golang.org/dl/)
- [Git](https://git-scm.com/downloads)
- [NodeJS LTS](https://nodejs.org/download/)
- node-gyp is the Node.js native addon build tool and it requires extra dependencies: python 2.7, make and GCC. These are already installed for most Linux distros and MacOS. See the Building On Windows section or the [node-gyp installation instructions](https://github.com/nodejs/node-gyp#installation) for more details.