Sharepoint - NodeJS not compatible
You can use nvm
(node version manager) to quickly switch between different nodejs versions. Download for windows or OSX version.
How to use
- Install nvm
$ nvm install 8.11.0
- installs nodejs version 8.11.0$ nvm use 8.11.0
- now your system uses 8.11 version of nodejs. With that version you can rungulp serve
without issues.