ํ์
npm run dev๋ก ๊ฐ๋ฐํ๊ฒฝ ์คํํ๊ณ ๋ธ๋ผ์ฐ์ ์คํ์ ์๋ฌด๋ฐ ํ๋ฉด์ด ๋์ค์ง์๊ณ ๋ก๊ทธ์๋ ์๋์ ๊ฐ์ ์๋ฌ๊ฐ ์ฐํ๋ ํ์
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/msw.js?v=3f957acc' does not provide an export named 'rest'
์์ธ
vite์ ์บ์ํ์ผ์ด ์ต์ ํ๊ฐ ๋์ง ์์ ๋ํ๋๋ ๋ฌธ์
ํ๋ก์ ํธ package.json์์ ๊ด๋ฆฌํ๊ณ ์๋ dependency ์์กด์ฑ์ด ์บ์๋์ด์๋ ์์กด์ฑ์ด๋ ๋ค๋ฅผ ๋ ๋ฐ์
ํด๊ฒฐ
node_modules ๋ด๋ถ์ ์๋ vite ์บ์ํ์ผ์ธ `.vite ํด๋` ์ญ์
์ดํ ๋ค์ npm run dev ์ฌ์คํ
์ด๋๋ ๋์ง์๋๋ค๋ฉด..? `node_modules` ๋ด๋ถ์ ํจํค์ง๋ฅผ ๋ชป์ฝ์ด์ ์๊ธฐ๋ ๋ฌธ์ ์ผ ๊ฐ๋ฅ์ฑ์ด ํฌ๋ฏ๋ก
`node_modules` ํด๋๋ฅผ ์์ ์ญ์ ํ npm install ์ผ๋ก ํจํค์ง ์ฌ์ค์น
'React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
firebase๋ก ํ๋ก ํธ ์น์ฑ ๋ฐฐํฌ (0) | 2024.10.28 |
---|---|
react testing library | input ์์ getByLabelText๋ก ๊ฐ์ ธ์ค๊ธฐ (0) | 2024.10.07 |
[rtk query] Mutation ์์ฒญ ์ดํ Query ์๋ต์ด ๋ฐ์๋์ง ์์๋ (0) | 2024.08.31 |
jest 3rd party library mocking (0) | 2024.08.29 |
jest error: process() or/and processAsync() method of code transformer found at fileTranformer.cjs (0) | 2024.08.09 |