Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.14.0
v8.15.1
10 changes: 5 additions & 5 deletions docs/developmentEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ For UI development see [augmint-web repo](https://github.com/Augmint/augmint-web

1. [Git](https://git-scm.com/download)
1. [Ethereum CLI](https://www.ethereum.org/cli)
1. Install [nodejs](https://nodejs.org/en/download/) - _tested with v8.11.1 LTS_
1. Install [nodejs](https://nodejs.org/en/download/) - _tested with v8.15.1_

or install nodejs with [n node version manager](https://github.com/tj/n):

```
npm install -g n
n 8.11.1
n 8.15.1
```

1. Install yarn if you don't have it: `npm install -g yarn`
Expand All @@ -37,13 +37,13 @@ _Note: It is recommended to use PowerShell (win+X => powershell)_
1. [Git](https://git-scm.com/download) (if you haven't installed it as part of Git Bash in previous step)
1. [Ethereum CLI](https://www.ethereum.org/cli) - including development tools
1. [Node Version Manager(NVM)](https://github.com/coreybutler/nvm-windows/releases)
1. [nodejs](https://nodejs.org/en/download/) - _tested with v8.11.1 LTS_
1. [nodejs](https://nodejs.org/en/download/) - _tested with v8.15.1_

or install nodejs with [Node Version Manager(NVM)](https://github.com/coreybutler/nvm-windows/releases):

```
nvm install 8.11.1
nvm use 8.11.1
nvm install 8.15.1
nvm use 8.15.1
```

1. Install yarn if you don't have it: `npm install -g yarn`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"web3": "1.0.0-beta.36"
},
"devDependencies": {
"mocha": "5.2.0"
"mocha": "6.0.2"
},
"scripts": {
"start":
Expand Down
Loading