We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Each time you start development by running gulp, you first need to make sure you are using Node v8.11.1 (until we update the dependencies).
gulp
To check which version you are currently using run:
$ node --version
If your output is something other than v8.11.1 (for example it might output v15.3.0), run:
v8.11.1
v15.3.0
$ nvm use 8.11.1
You should get Now using node v8.11.1 (npm v5.6.0) as your output.
Now using node v8.11.1 (npm v5.6.0)
nvm is a Node Version Manager allowing you to switch between versions of node.
nvm