Ionic Serve error-Node Sass does not yet support your current environment: Windows 64-bit

前端 未结 3 1128
小鲜肉
小鲜肉 2021-02-11 07:29

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

3条回答
  •  野的像风
    2021-02-11 08:07

    @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.

提交回复
热议问题