반응형
npm install 중 Error: EACES : permission deined, mkdir ' ... node-sass/build' 에러가 발생했을때
sudo rm -rf ~/.node-gyp
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo npm i --unsafe-perm
반응형
'개발이야기 > Error Note' 카테고리의 다른 글
"RangeError: Maximum call stack size exceeded" (0) | 2021.06.14 |
---|---|
Requested domain is not a FQDN because it contains an empty label. (0) | 2020.07.27 |
[NGINX] (13: Permission denied) (0) | 2020.07.14 |
[MariaDB]Error Code: 1221. Incorrect usage of DB GRANT and GLOBAL PRIVILEGES (1) | 2020.07.05 |