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

前端 未结 3 1074
小鲜肉
小鲜肉 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:00

    I fixed my issue:

    I removed the Node.js v9.1.0 and after re installNode.js v8.8.0 now its working.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-11 08:23

    To support Node 9 you need to install node-sass 4.6 or greater

    0 讨论(0)
提交回复
热议问题