Update README

Add note about having to use node.js 12 for now.
This commit is contained in:
Basti 2020-11-17 12:29:50 +01:00
parent 8f0d7e5196
commit e3c03bf4a0
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -34,6 +34,9 @@ Aragon CLI and Truffle need to be installed on your sytem as well:
npm install -g @aragon/cli npm install -g @aragon/cli
npm install -g truffle npm install -g truffle
_Note: `@aragon/cli` currently fails to install on node.js 14. Please use
node.js 12 until the issue has been resolved upstream._
### Local development chain ### Local development chain
For local development it is recommended to use For local development it is recommended to use