I\'m used Ionic3 for my university project ,
I\'m beginner for the Ionic,now I\'m reinstall Node.js v9.1.0 after i can\'t serve my pr
Node.js v9.1.0
@core114's answer saved me! I ran the following commands to fix it:
sudo npm install -g n sudo npm cache clean -f sudo n 8.9.1
8.9.1 is the latest stable. I'm on Arch Linux and it autoupgraded me to 9.2.1, which does NOT work with fsevents.