• 로그인
  • 장바구니에 상품이 없습니다.

home2 게시판 React 게시판 ERROR in ../../../node_modules/chownr/chownr.js 3:11-24

ERROR in ../../../node_modules/chownr/chownr.js 3:11-24

2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 글쓴이
  • #100004

    정복영
    참가자
    멋있게 컴포넌트 전환 애니메이션 주는 법 (transition) 강의 진행 중 아래와 같은 오류가 계속 뜹니다... ㅜㅜ 살려주세요.
    
    ERROR in ../../../node_modules/chownr/chownr.js 3:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\chownr'
    ERROR in ../../../node_modules/chownr/chownr.js 4:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\chownr'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/fs-minipass/index.js 5:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\fs-minipass'
    ERROR in ../../../node_modules/minipass/index.js 8:15-32
    Module not found: Error: Can't resolve 'stream' in 'C:\Users\user\node_modules\minipass'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
     - install 'stream-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "stream": false }
    ERROR in ../../../node_modules/minizlib/constants.js 5:26-51
    Module not found: Error: Can't resolve 'zlib' in 'C:\Users\user\node_modules\minizlib'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }'
     - install 'browserify-zlib'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "zlib": false }
    ERROR in ../../../node_modules/minizlib/index.js 3:15-32
    Module not found: Error: Can't resolve 'assert' in 'C:\Users\user\node_modules\minizlib'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
     - install 'assert'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "assert": false }
    ERROR in ../../../node_modules/minizlib/index.js 4:15-39
    Module not found: Error: Can't resolve 'buffer' in 'C:\Users\user\node_modules\minizlib'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "buffer": require.resolve("buffer/") }'
     - install 'buffer'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "buffer": false }
    ERROR in ../../../node_modules/minizlib/index.js 5:17-32
    Module not found: Error: Can't resolve 'zlib' in 'C:\Users\user\node_modules\minizlib'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }'
     - install 'browserify-zlib'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "zlib": false }
    ERROR in ../../../node_modules/mkdirp/lib/find-made.js 3:4-19
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\mkdirp\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/mkdirp/lib/mkdirp-manual.js 3:4-19
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\mkdirp\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/mkdirp/lib/mkdirp-native.js 3:4-19
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\mkdirp\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/mkdirp/lib/opts-arg.js 3:4-19
    Module not found: Error: Can't resolve 'util' in 'C:\Users\user\node_modules\mkdirp\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "util": require.resolve("util/") }'
     - install 'util'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "util": false }
    ERROR in ../../../node_modules/mkdirp/lib/opts-arg.js 4:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\mkdirp\lib'
    ERROR in ../../../node_modules/mkdirp/lib/path-arg.js 5:4-19
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\mkdirp\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/mkdirp/lib/use-native.js 1:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\mkdirp\lib'
    ERROR in ../../../node_modules/safe-buffer/index.js 2:13-30
    Module not found: Error: Can't resolve 'buffer' in 'C:\Users\user\node_modules\safe-buffer'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "buffer": require.resolve("buffer/") }'
     - install 'buffer'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "buffer": false }
    ERROR in ../../../node_modules/tar/lib/create.js 8:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/extract.js 6:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/extract.js 8:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/get-write-flag.js 11:41-54
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/header.js 8:19-40
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/list.js 9:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/list.js 11:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/mkdir.js 8:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/mkdir.js 9:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/pack.js 53:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/pack.js 54:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/parse.js 32:4-22
    Module not found: Error: Can't resolve 'process' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "process": require.resolve("process/browser") }'
     - install 'process'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "process": false }
    ERROR in ../../../node_modules/tar/lib/path-reservations.js 9:15-32
    Module not found: Error: Can't resolve 'assert' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
     - install 'assert'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "assert": false }
    ERROR in ../../../node_modules/tar/lib/path-reservations.js 14:4-19
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/pax.js 4:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/replace.js 6:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/replace.js 9:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/strip-absolute-path.js 5:4-25
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/unpack.js 8:15-32
    Module not found: Error: Can't resolve 'assert' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "assert": require.resolve("assert/") }'
     - install 'assert'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "assert": false }
    ERROR in ../../../node_modules/tar/lib/unpack.js 10:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/unpack.js 12:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/lib/unpack.js 45:15-32
    Module not found: Error: Can't resolve 'crypto' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "crypto": require.resolve("crypto-browserify") }'
     - install 'crypto-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "crypto": false }
    ERROR in ../../../node_modules/tar/lib/write-entry.js 8:11-24
    Module not found: Error: Can't resolve 'fs' in 'C:\Users\user\node_modules\tar\lib'
    ERROR in ../../../node_modules/tar/lib/write-entry.js 9:13-28
    Module not found: Error: Can't resolve 'path' in 'C:\Users\user\node_modules\tar\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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "path": require.resolve("path-browserify") }'
     - install 'path-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "path": false }
    ERROR in ../../../node_modules/tar/node_modules/minipass/index.js 8:15-32
    Module not found: Error: Can't resolve 'stream' in 'C:\Users\user\node_modules\tar\node_modules\minipass'
    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.
    If you want to include a polyfill, you need to:
     - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
     - install 'stream-browserify'
    If you don't want to include a polyfill, you can use an empty module like this:
     resolve.fallback: { "stream": false }
    #100049

    codingapple
    키 마스터
    코드가 뭔가 이상한게 아닐까요 아니면 새로 프로젝트 만들어서 거기서 시도해봅시다
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 답변은 로그인 후 가능합니다.

About

현재 월 700명 신규수강중입니다.

  (09:00~20:00) 빠른 상담은 카톡 플러스친구 코딩애플 (링크)
  admin@codingapple.com
  이용약관, 개인정보처리방침
ⓒ Codingapple, 강의 예제, 영상 복제 금지
top

© Codingapple, All rights reserved. 슈퍼로켓 에듀케이션 / 서울특별시 강동구 고덕로 19길 30 / 사업자등록번호 : 212-26-14752 온라인 교육학원업 / 통신판매업신고번호 : 제 2017-서울강동-0002 호 / 개인정보관리자 : 박종흠