2 글 보임 - 1 에서 2 까지 (총 2 중에서)
-
글쓴이글
-
2023년 10월 4일 22:08 #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 }
-
글쓴이글
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
- 답변은 로그인 후 가능합니다.