I have this kind of issues:
ERROR in ./node_modules/disconnect/lib/client.js 3:12-28
Module not found: Error: Can't resolve 'https' in 'C:\Users\tavor\Documents\dev\treact-ui\treact\node_modules\disconnect\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: { "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/disconnect/lib/oauth.js 3:18-40
Module not found: Error: Can't resolve 'querystring' in 'C:\Users\tavor\Documents\dev\treact-ui\treact\node_modules\disconnect\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: { "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/disconnect/lib/util.js 3:18-40
Module not found: Error: Can't resolve 'querystring' in 'C:\Users\tavor\Documents\dev\treact-ui\treact\node_modules\disconnect\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: { "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 }
what should i do? i installed correctly all the modules
I have this kind of issues: ERROR in ./node_modules/disconnect/lib/client.js 3:12-28 Module not found: Error: Can't resolve 'https' in 'C:\Users\tavor\Documents\dev\treact-ui\treact\node_modules\disconnect\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:
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:
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: