Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jsegura17 committed Nov 5, 2018
1 parent fbccf90 commit f9a81cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@ Basic knowledge about Docker, Docker Compose, EOS and NodeJS is required.
**Global Dependencies**

- Docker https://docs.docker.com/install/.
At least 7GB RAM (Docker -> Preferences -> Advanced -> Memory -> 7GB or above)
At least 10GB RAM (Docker -> Preferences -> Advanced -> Memory -> 10GB or above)
You need to use aliasing to pass options to node for npm. In the .bashrc file in your home folder:

alias npm='node --max_old_space_size=10000 /usr/bin/npm'

- Install node.js v10 on your machine. We recommend using [nvm](https://github.com/creationix/nvm) and [avn](https://github.com/wbyoung/avn) to manage multiple node.js versions on your computer.
- Yarn https://yarnpkg.com/lang/en/docs/install/.
- Gulp CLI `yarn global add gulp-cli`.
Expand Down

0 comments on commit f9a81cd

Please sign in to comment.