Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Courses card List - has issue with the emit method #45

Open
mudduvenkatesh opened this issue Jan 22, 2023 · 0 comments
Open

Courses card List - has issue with the emit method #45

mudduvenkatesh opened this issue Jan 22, 2023 · 0 comments

Comments

@mudduvenkatesh
Copy link

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 }

@mudduvenkatesh mudduvenkatesh changed the title Courses car List - has issue with the emit method Courses card List - has issue with the emit method Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant