-
Notifications
You must be signed in to change notification settings - Fork 397
Description
tap(()=>this.coursesChanged.emit())).subscribe(); -> not compiling and angular crashes with this error
ERROR in ./node_modules/blocking-proxy/built/lib/client.js 7:12-26
Module not found: Error: Can't resolve 'url' in '/Users/venkateshmuddu/development/ontologyx-dev/angular-university/reactive-angular-course/node_modules/blocking-proxy/built/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/blocking-proxy/built/lib/simple_webdriver_client.js 6:13-28
Module not found: Error: Can't resolve 'http' in '/Users/venkateshmuddu/development/ontologyx-dev/angular-university/reactive-angular-course/node_modules/blocking-proxy/built/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/blocking-proxy/built/lib/simple_webdriver_client.js 7:12-26
Module not found: Error: Can't resolve 'url' in '/Users/venkateshmuddu/development/ontologyx-dev/angular-university/reactive-angular-course/node_modules/blocking-proxy/built/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/blocking-proxy/built/lib/webdriver_logger.js 6:11-24
Module not found: Error: Can't resolve 'fs' in '/Users/venkateshmuddu/development/ontologyx-dev/angular-university/reactive-angular-course/node_modules/blocking-proxy/built/lib'
ERROR in ./node_modules/blocking-proxy/built/lib/webdriver_logger.js 7:13-28
Module not found: Error: Can't resolve 'path' in '/Users/venkateshmuddu/development/ontologyx-dev/angular-university/reactive-angular-course/node_modules/blocking-proxy/built/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 }