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

后端 未结 17 1991
梦谈多话
梦谈多话 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:49

    After uninstalling node-sass try cleaning your npm cache. After that try installing node-sass again.

    npm cache clean && npm install node-sass
    

提交回复
热议问题