We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 개발환경에서 yarn install (npm install) 후에 hwp.js 임포트 시에, fs모듈을 찾지 못한다는 에러문구가 발생합니다.
webpack이 v5로 넘어가면서 생긴 오류인 것 같습니다.
ERROR in ./node_modules/hwp.js/build/esm.js 1:0-28 Module not found: Error: Can't resolve 'fs' in '~~~'
라이브러리 버전정보 "react-scripts": "^5.0.1", "hwp.js": "^0.0.3",
The text was updated successfully, but these errors were encountered:
nextjs에서는 이거 참고하시면 해결됩니다! https://stackoverflow.com/questions/64926174/module-not-found-cant-resolve-fs-in-next-js-application
Sorry, something went wrong.
No branches or pull requests
React 개발환경에서 yarn install (npm install) 후에 hwp.js 임포트 시에, fs모듈을 찾지 못한다는 에러문구가 발생합니다.
webpack이 v5로 넘어가면서 생긴 오류인 것 같습니다.
ERROR in ./node_modules/hwp.js/build/esm.js 1:0-28
Module not found: Error: Can't resolve 'fs' in '~~~'
라이브러리 버전정보
"react-scripts": "^5.0.1",
"hwp.js": "^0.0.3",
The text was updated successfully, but these errors were encountered: