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
I fixed my issue:
I removed the Node.js v9.1.0
and after re installNode.js v8.8.0
now its working.
@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.
To support Node 9 you need to install node-sass 4.6 or greater