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

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

    Uninstall current npm and install lower versions, it is a common error if version didn't match, downgrading node/npm will mostly fix this kind of issues

    npm install -g npm@4.6.1
    

提交回复
热议问题