thumbnail
[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๋ฅผ ํ•˜์—ฌ๋„ ๊ณ„์† ๋‚จ์•„ ์žˆ๋Š” ์—๋Ÿฌ.

ํ•ด๊ฒฐ

  1. ์—ฌ๋Ÿฌ ์ž๋ฃŒ๋ฅผ ํƒ์ƒ‰ํ•œ ๊ฒฐ๊ณผ ๊ด€๋ฆฌ์ž(administrator) ํ„ฐ๋ฏธ๋„์—์„œ ์‹คํ–‰ ํ•˜์—ฌ์•ผ ํ•œ๋‹ค๋Š” ์ •๋ณด๋ฅผ ์ˆ˜์ง‘.
  2. ๊ด€๋ฆฌ์ž(administrator) ํ„ฐ๋ฏธ๋„์—์„œ npm cache clean --force ์ดํ›„ .cacheํด๋”๊ฐ€ ์‚ญ์ œ ๋œ ๊ฒƒ์„ ํ™•์ธ.
  3. ๊ด€๋ฆฌ์ž(administrator) ํ„ฐ๋ฏธ๋„์—์„œ gatsby build ์‹คํ–‰. ์—๋Ÿฌ ์—†์ด build ์„ค๊ณต
  4. ๊ด€๋ฆฌ์ž(administrator) ํ„ฐ๋ฏธ๋„์—์„œ gatsby develop ์‹คํ–‰. ๋ฌธ์ œ ์—†์ด ๊ฐœ๋ฐœ ํ™˜๊ฒฝ์—์„œ ์‹คํ–‰ ๋˜๋Š” ๊ฒƒ์„ ํ™•์ธ.
  5. ๊ทธ๋ž˜๋„ ์•ˆ๋œ๋‹ค๋ฉด ๊ทธ๋ƒฅ .cacheํด๋”๋ฅผ ์‚ญ์ œํ•˜๊ณ  ๋‹ค์‹œ ์‹คํ–‰ํ•ด๋ณด์ž
  6. .cache ์‚ญ์ œ๋ฅผ ํŽธํ•˜๊ฒŒ ํ•˜๊ธฐ ์œ„ํ•ด์„œ "deploy": "gatsby clean && gatsby build && gh-pages -d public -b main"๋ฅผ ์„ค์ •ํ•˜์˜€๋‹ค. (๋ฐฐํฌ ํ•  ๋•Œ gatsby clean์œผ๋กœ ์ธํ•ด์„œ .cache๋ฅผ ์‚ญ์ œ ํ›„ ๋ฐฐํฌ ์ฒ˜๋ฆฌ)

Reference

Thank You for Visiting My Blog, Have a Good Day ๐Ÿ˜ƒ
ยฉ 2022 Developer YoungCodeJ22, Powered By Gatsby.