Node-v3
Node-v3 copied to clipboard
Unexpected behaviour after import in CRA
After installing via npm and importing it, my application breaks.
Is there no support for webpack > 5?
Compiled with problems:X
ERROR in ./node_modules/asn1/lib/ber/reader.js 2:13-30
Module not found: Error: Can't resolve 'assert' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/asn1/lib/ber'
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/asn1/lib/ber/writer.js 2:13-30
Module not found: Error: Can't resolve 'assert' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/asn1/lib/ber'
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/assert-plus/assert.js 3:13-30
Module not found: Error: Can't resolve 'assert' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/assert-plus'
Did you mean './assert'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
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/assert-plus/assert.js 5:13-37
Module not found: Error: Can't resolve 'stream' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/assert-plus'
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/assert-plus/assert.js 7:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/assert-plus'
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/aws-sign2/index.js 20:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/aws-sign2'
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/aws-sign2/index.js 21:12-32
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/aws-sign2'
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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/aws4/aws4.js 2:10-24
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/aws4'
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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/aws4/aws4.js 3:18-40
Module not found: Error: Can't resolve 'querystring' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/aws4'
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: { "querystring": require.resolve("querystring-es3") }'
- install 'querystring-es3'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "querystring": false }
ERROR in ./node_modules/aws4/aws4.js 4:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/aws4'
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/combined-stream/lib/combined_stream.js 1:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/combined-stream/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/combined-stream/lib/combined_stream.js 3:13-37
Module not found: Error: Can't resolve 'stream' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/combined-stream/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: { "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/delayed-stream/lib/delayed_stream.js 1:13-37
Module not found: Error: Can't resolve 'stream' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/delayed-stream/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: { "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/delayed-stream/lib/delayed_stream.js 3:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/delayed-stream/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/ecc-jsbn/index.js 1:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/ecc-jsbn'
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/extsprintf/lib/extsprintf.js 4:17-34
Module not found: Error: Can't resolve 'assert' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/extsprintf/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/extsprintf/lib/extsprintf.js 6:15-30
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/extsprintf/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/flutterwave-node-v3/services/beneficiaries/rave.single.retrieve.js 9:13-28
Module not found: Error: Can't resolve 'path' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/flutterwave-node-v3/services/beneficiaries'
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/flutterwave-node-v3/services/subaccount/rave.fetch.all.js 5:13-28
Module not found: Error: Can't resolve 'path' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/flutterwave-node-v3/services/subaccount'
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/flutterwave-node-v3/services/subaccount/rave.fetch.js 5:13-28
Module not found: Error: Can't resolve 'path' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/flutterwave-node-v3/services/subaccount'
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/forever-agent/index.js 4:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/forever-agent'
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/forever-agent/index.js 5:12-33
Module not found: Error: Can't resolve 'http' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/forever-agent'
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: { "http": require.resolve("stream-http") }'
- install 'stream-http'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "http": false }
ERROR in ./node_modules/forever-agent/index.js 6:10-24
Module not found: Error: Can't resolve 'net' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/forever-agent'
ERROR in ./node_modules/forever-agent/index.js 7:10-24
Module not found: Error: Can't resolve 'tls' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/forever-agent'
ERROR in ./node_modules/forever-agent/index.js 8:15-37
Module not found: Error: Can't resolve 'https' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/forever-agent'
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: { "https": require.resolve("https-browserify") }'
- install 'https-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "https": false }
ERROR in ./node_modules/http-signature/lib/parser.js 4:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/http-signature/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/http-signature/lib/signer.js 4:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/http-signature/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/http-signature/lib/signer.js 6:11-26
Module not found: Error: Can't resolve 'http' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/http-signature/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: { "http": require.resolve("stream-http") }'
- install 'stream-http'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "http": false }
ERROR in ./node_modules/http-signature/lib/signer.js 8:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/http-signature/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/http-signature/lib/utils.js 6:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/http-signature/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/http-signature/lib/verify.js 4:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/http-signature/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/isstream/isstream.js 1:13-30
Module not found: Error: Can't resolve 'stream' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/isstream'
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/jsprim/lib/jsprim.js 6:15-30
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/jsprim/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/mime-types/index.js 15:14-37
Module not found: Error: Can't resolve 'path' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/mime-types'
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/oauth-sign/index.js 1:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/oauth-sign'
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/request/lib/har.js 3:9-22
Module not found: Error: Can't resolve 'fs' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/lib'
ERROR in ./node_modules/request/lib/har.js 5:9-31
Module not found: Error: Can't resolve 'querystring' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/lib'
Did you mean './querystring'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
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: { "querystring": require.resolve("querystring-es3") }'
- install 'querystring-es3'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "querystring": false }
ERROR in ./node_modules/request/lib/hawk.js 3:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/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/request/lib/helpers.js 5:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/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/request/lib/oauth.js 3:10-24
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/request/lib/oauth.js 13:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/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/request/lib/querystring.js 5:18-40
Module not found: Error: Can't resolve 'querystring' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/lib'
Did you mean './querystring'?
Requests that should resolve in the current directory need to start with './'.
Requests that start with a name are treated as module requests and resolve within module directories (node_modules, /mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules).
If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too.
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: { "querystring": require.resolve("querystring-es3") }'
- install 'querystring-es3'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "querystring": false }
ERROR in ./node_modules/request/lib/redirect.js 3:10-24
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/request/lib/tunnel.js 3:10-24
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/request/node_modules/tough-cookie/lib/cookie.js 33:10-24
Module not found: Error: Can't resolve 'net' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/node_modules/tough-cookie/lib'
ERROR in ./node_modules/request/node_modules/tough-cookie/lib/cookie.js 35:15-35
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/node_modules/tough-cookie/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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/request/node_modules/tough-cookie/lib/cookie.js 37:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/node_modules/tough-cookie/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/request/node_modules/tough-cookie/lib/memstore.js 39:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request/node_modules/tough-cookie/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/request/request.js 3:11-26
Module not found: Error: Can't resolve 'http' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request'
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: { "http": require.resolve("stream-http") }'
- install 'stream-http'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "http": false }
ERROR in ./node_modules/request/request.js 5:12-28
Module not found: Error: Can't resolve 'https' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request'
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: { "https": require.resolve("https-browserify") }'
- install 'https-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "https": false }
ERROR in ./node_modules/request/request.js 7:10-24
Module not found: Error: Can't resolve 'url' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request'
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: { "url": require.resolve("url/") }'
- install 'url'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "url": false }
ERROR in ./node_modules/request/request.js 9:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request'
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/request/request.js 11:13-30
Module not found: Error: Can't resolve 'stream' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request'
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/request/request.js 13:11-26
Module not found: Error: Can't resolve 'zlib' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/request'
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/safe-buffer/index.js 2:13-30
Module not found: Error: Can't resolve 'buffer' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/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/safer-buffer/safer.js 4:13-30
Module not found: Error: Can't resolve 'buffer' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/safer-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/sshpk/lib/certificate.js 10:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/certificate.js 18:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/dhe.js 10:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/ed-compat.js 9:13-30
Module not found: Error: Can't resolve 'stream' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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: { "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/sshpk/lib/ed-compat.js 11:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/errors.js 4:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/fingerprint.js 10:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/formats/openssh-cert.js 18:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/lib/formats'
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/sshpk/lib/formats/pem.js 11:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/lib/formats'
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/sshpk/lib/formats/ssh-private.js 18:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/lib/formats'
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/sshpk/lib/identity.js 8:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/identity.js 16:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/key.js 8:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/private-key.js 10:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/private-key.js 18:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/signature.js 10:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/sshpk/lib/utils.js 31:13-30
Module not found: Error: Can't resolve 'crypto' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/sshpk/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/tunnel-agent/index.js 3:10-24
Module not found: Error: Can't resolve 'net' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/tunnel-agent'
ERROR in ./node_modules/tunnel-agent/index.js 4:10-24
Module not found: Error: Can't resolve 'tls' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/tunnel-agent'
ERROR in ./node_modules/tunnel-agent/index.js 5:11-26
Module not found: Error: Can't resolve 'http' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/tunnel-agent'
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: { "http": require.resolve("stream-http") }'
- install 'stream-http'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "http": false }
ERROR in ./node_modules/tunnel-agent/index.js 6:12-28
Module not found: Error: Can't resolve 'https' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/tunnel-agent'
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: { "https": require.resolve("https-browserify") }'
- install 'https-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
resolve.fallback: { "https": false }
ERROR in ./node_modules/tunnel-agent/index.js 8:13-30
Module not found: Error: Can't resolve 'assert' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/tunnel-agent'
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/tunnel-agent/index.js 9:11-26
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/tunnel-agent'
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/verror/lib/verror.js 6:15-30
Module not found: Error: Can't resolve 'util' in '/mnt/0A04AA576FFEBB0F/Projects/campus_connect/frontend/node_modules/verror/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 }