npm install ->Failed at the node-sass@4.5.0 postinstall script

后端 未结 17 2160
梦谈多话
梦谈多话 2021-01-30 08:02

I\'m trying to do npm install and an error appears :

Failed at the node-sass@4.5.0 postinstall script.

I tried to delete no

17条回答
  •  清歌不尽
    2021-01-30 08:36

    Node-sass@4.5.0 cannot be installed on node 8

    Please update either node-sass or node version compatible

    Go to https://github.com/sass/node-sass/releases to check which fits for you

提交回复
热议问题