Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/node-sass/build'

前端 未结 7 971
被撕碎了的回忆
被撕碎了的回忆 2021-01-31 20:31

I am trying to run angular application and execute ng serve command then show

Error: Cannot find module \'node-sass\'.

7条回答
  •  忘掉有多难
    2021-01-31 21:08

    Try this

    sudo npm install -g --unsafe-perm node-sass

    Or this

    sudo npm install -g --unsafe-perm --verbose @angular/cli

提交回复
热议问题