!stwKHgRhngEqycqwry:matrix.org

Angular-cli

4516 Members
Angular cli9 Servers

Load older messages


SenderMessageTime
16 Jul 2020
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter)

Heya! I'm running into an Angular 10 issue where font-awesome module is not found. I tried resolving by reading up on SO, and they've recommended to add some paths to angular-cli.json, but I can't find it on this version.

I just wanted to know if anyone has resolved this issue and whether I might be able to get some help on the topic?

Here's the error and thanks in advance!

./src/styles.sass ../node_modules/font-awesome/css/font-awesome.scss Module not found: Error: Can't resolve

10:36:22
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) set a profile picture.10:36:33
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) (edited) ... advance! ``` ./src/styles.sass ../node_modules/font-awesome/css/font-awesome.scss Module not found: Error: Can't resolve ``` ... => ... advance! ```./src/styles.sass ../node_modules/font-awesome/css/font-awesome.scss Module not found: Error: Can't resolve``` ... 10:36:34
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) (edited) ... resolve``` => ... resolve``` 12:41:50
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) The file has been changed from angular-cli.json to angular.json in Angular 10. 12:41:51
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) (edited) The file has been changed from `angular-cli.json` to `angular.json` in Angular 10. => Heya! I'm running into an Angular 10 issue where font-awesome module is not found. I tried resolving by reading up on SO, and they've recommended to add some paths to angular-cli.json, but I can't find it on this version. I just wanted to know if anyone has resolved this issue and whether I might be able to get some help on the topic? Here's the error and thanks in advance! ```./src/styles.sass ../node_modules/font-awesome/css/font-awesome.scss Module not found: Error: Can't resolve``` 12:42:03
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter)Just in case anyone runs into that issue 12:42:03
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) (edited) Just in case anyone runs into that issue => Heya! I'm running into an Angular 10 issue where font-awesome module is not found. I tried resolving by reading up on SO, and they've recommended to add some paths to angular-cli.json, but I can't find it on this version. I just wanted to know if anyone has resolved this issue and whether I might be able to get some help on the topic? Here's the error and thanks in advance! ```./src/styles.sass ../node_modules/font-awesome/css/font-awesome.scss Module not found: Error: Can't resolve``` 12:42:42
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) Followed by editing the styles: object (notice the 's') and adding in the font-awesome.scss file 12:42:42
@gitter_fickoala_gitlab:matrix.orgAli El Ali (Gitter) (edited) Followed by editing the `styles:` object (notice the 's') and adding in the font-awesome.scss file => Heya! I'm running into an Angular 10 issue where font-awesome module is not found. I tried resolving by reading up on SO, and they've recommended to add some paths to angular-cli.json, but I can't find it on this version. I just wanted to know if anyone has resolved this issue and whether I might be able to get some help on the topic? Here's the error and thanks in advance! ```./src/styles.sass ../node_modules/font-awesome/css/font-awesome.scss Module not found: Error: Can't resolve``` 12:53:37
@gitter_michaelfaith:matrix.orgmichael faith (Gitter) For what it's worth, angular-cli.json was changed to angular.json several versions ago 12:53:37
@gitter_michaelfaith:matrix.orgmichael faith (Gitter) (edited) ... several versions ago => ... several versions/years ago 12:53:48
19 Jul 2020
@gitter_jojismith_gitlab:matrix.orgjoji smit (Gitter) left the room.18:40:56
20 Jul 2020
@gitter_michelu89:matrix.orgMichele Santoro (Gitter) joined the room.10:54:31
@gitter_michelu89:matrix.orgMichele Santoro (Gitter) Hi all, it is possible to use the @types/node in angular 10? So I can do this, for example: import { transform } from 'stream'; 10:54:32
@gitter_orobsonpires:matrix.orgRob Liebke (Gitter) joined the room.12:40:15
@gitter_orobsonpires:matrix.orgRob Liebke (Gitter)Hey guys, anyone knows that that error StackTrace Info: Error: Uncaught (in promise): Error: Host already has a portal attached means?12:40:15
@gitter_orobsonpires:matrix.orgRob Liebke (Gitter) (edited) ... knows that that ... => ... knows what that ... 12:40:33
@gitter_orobsonpires:matrix.orgRob Liebke (Gitter)Found the issue12:45:27
@gitter_orobsonpires:matrix.orgRob Liebke (Gitter)I have to this.overlayRef.detach(); before atach a new portal12:45:45
@gitter_moustacheman1:matrix.orgmoustacheman1 (Gitter) joined the room.17:30:53
@gitter_moustacheman1:matrix.orgmoustacheman1 (Gitter) Is this the best way of dynamically adding components? https://medium.com/front-end-weekly/dynamically-add-components-to-the-dom-with-angular-71b0cb535286 17:30:54
@gitter_moustacheman1:matrix.orgmoustacheman1 (Gitter) Let me know if there's better alternatives! 17:31:04
@gitter_derekkite:matrix.orgDerek (Gitter) https://netbasal.com/welcome-to-the-ivy-league-lazy-loading-components-in-angular-v9-e76f0ee2854a?gi=66fea907e9fe 19:40:38
@gitter_derekkite:matrix.orgDerek (Gitter) @moustacheman1 19:40:47
@gitter_moustacheman1:matrix.orgmoustacheman1 (Gitter) @derekkite Thanks, derek! 19:51:34
27 Jul 2020
@gitter_robjtede:matrix.orgRob Ede (Gitter) joined the room.18:56:46
@gitter_robjtede:matrix.orgRob Ede (Gitter) Hey wassup folks. come across a problem with how sass-loader determines wether to use sass or node-sass after upgrading to ng v10
For context: https://github.com/jfcere/ngx-markdown/issues/252#issuecomment-664542938
I could open an issue on sass-loader about this but I suspect they'll say "not my problem, we let the package consumer override which sass impl to use"
Which would point the finger at angular-devkit/build-angular. The alternative way to solve this issue would be a property on stylePreprocessorOptions for example.
18:56:47
@gitter_robjtede:matrix.orgRob Ede (Gitter) (edited) ... on `stylePreprocessorOptions` for example. => ... on `stylePreprocessorOptions`, for example, providing this explicit choice. 18:57:13
28 Jul 2020
@gitter_robjtede:matrix.orgRob Ede (Gitter)
not my problem
just as expected xD
angular/angular-cli#18389
14:09:02

Show newer messages


Back to Room ListRoom Version: 5