공부

The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

Happy Happy 2025. 3. 3. 06:03
728x90

 

I got the warning below when running the unit test.

 

The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

 

 

Let's add below in package.json

"type": "module"

 

Done! working!

728x90