dotenv 오류1 [React] create-react-app dotenv 에러 Module not found: Error: Can't resolve 'os' in Module not found: Error: Can't resolve 'os' in '/Users/Desktop/bearu/node_modules/dotenv/lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. . . . npm run build 를 하다 에러메세지가 떴다. 원인 create-react-app 으로 생성된 react 앱은 기본적으로 dotenv가 내장되어 있어 따로 적어줄 필요없다. 해결 방법 import .. 2023. 12. 27. 이전 1 다음 반응형