
[Gatsby] ๐ฎ Gatsby Error Unable to copy site files to .cache EPERM: operation not permitted
Gatsby
2022.08.09.
Gatsby Error Unable to copy site files to .cache EPERM
๋ฌธ์ ๋ฐ์
Unable to copy site files to .cache EPERM: operation not permitted', ...
(์ฌ์ดํธ ํ์ผ์ .cache EPERM์ ๋ณต์ฌํ ์ ์์: ์์
์ด ํ์ฉ๋์ง ์์'...)
- vscode์ terminal์์
gatsby build
๋ฅผ ํ๋ ๊ณผ์ ์์ ์๋ฌ ๋ฐ์.
์๋
.cache
์ชฝ๊ณผ ๊ด๋ จ ๋ ๊ฒ์ผ๋ก ์ง์ํ๊ณnpm cache clean --force
๋ฅผ ์งํ. ์ดํgatsby build
๋ฅผ ํ์ฌ๋ ๊ณ์ ๋จ์ ์๋ ์๋ฌ.
ํด๊ฒฐ
- ์ฌ๋ฌ ์๋ฃ๋ฅผ ํ์ํ ๊ฒฐ๊ณผ ๊ด๋ฆฌ์(administrator) ํฐ๋ฏธ๋์์ ์คํ ํ์ฌ์ผ ํ๋ค๋ ์ ๋ณด๋ฅผ ์์ง.
- ๊ด๋ฆฌ์(administrator) ํฐ๋ฏธ๋์์
npm cache clean --force
์ดํ.cache
ํด๋๊ฐ ์ญ์ ๋ ๊ฒ์ ํ์ธ. - ๊ด๋ฆฌ์(administrator) ํฐ๋ฏธ๋์์
gatsby build
์คํ. ์๋ฌ ์์ด build ์ค๊ณต - ๊ด๋ฆฌ์(administrator) ํฐ๋ฏธ๋์์
gatsby develop
์คํ. ๋ฌธ์ ์์ด ๊ฐ๋ฐ ํ๊ฒฝ์์ ์คํ ๋๋ ๊ฒ์ ํ์ธ. - ๊ทธ๋๋ ์๋๋ค๋ฉด ๊ทธ๋ฅ
.cache
ํด๋๋ฅผ ์ญ์ ํ๊ณ ๋ค์ ์คํํด๋ณด์ .cache
์ญ์ ๋ฅผ ํธํ๊ฒ ํ๊ธฐ ์ํด์"deploy": "gatsby clean && gatsby build && gh-pages -d public -b main"
๋ฅผ ์ค์ ํ์๋ค. (๋ฐฐํฌ ํ ๋gatsby clean
์ผ๋ก ์ธํด์.cache
๋ฅผ ์ญ์ ํ ๋ฐฐํฌ ์ฒ๋ฆฌ)