[Ez to Play / Error Note] ESLint - 'process' is not defined
'process' is not defined React Hook Form을 설치했더니 갑자기 pwa를 설치하면서 생긴 service-worker.js 파일과 serviceWorkerRegistration.js파일에 에러가 났다. process를 node 속성이 아닌 일반적인 변수로 인식해서 생기는 오류라고 한다. .eslintrc 파일의 env에 node 속성을 추가하면 해결된다고 해서 해보았고 잘 해결되었다. 참고자료 https://www.univdev.page/posts/process-eslint-issue/
- Ez to Play - Project/Error Note
- · 2023. 7. 8.