Problem when I execute npm install on docker

后端 未结 3 750
南方客
南方客 2020-12-18 08:10

Working on the same project as a colleague, when performing npm install I have the following problem, although none of my colleagues have the same problem. We all use docker

3条回答
  •  粉色の甜心
    2020-12-18 08:36

    npm install is falling while installing node-sass. I have faced this issue personally many times and npm rebuild node-sass command always helps me out.

    Hope, it does for you too :)

提交回复
热议问题