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

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

    The following steps worked for me

    npm install -g node-sass@4.5.0 --unsafe-perm=true --allow-root
    
    npm cache clean
    
    
    npm install
    

提交回复
热议问题