-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ERROR in multi styles #3757
Comments
@keithmichelson I think the issue lies in the fact that you're mixing One way to fix this is to include bootstrap in your
|
@beeman Thanks for the reply. I will give that a try but I do have 3 other projects doing it the same way that work fine on older cli betas. (14 and 18) |
That gets rid of the error, but I'm still getting the other error so I can't see if the styles actually work. compiler_1.StaticSymbolResolver Using both styles should be fine though, it used to work. Something has changed. |
Also getting the compiler_1.StaticSymbolResolver error but I'm not using a mix of CSS and SCSS:
ng version:
|
There shouldn't be any issue in mixing sass/less/css/whatever. If you can get me a simple repro, I can try to debug, but with just this information there isn't much I can do. |
Newb here, but this looks like a simple typo in your angular-cli.json: "boootstrap.css" should be "bootstrap.css". |
Thanks for the replies. Yes dumb mistake with that typo @pushingrobot good find. I am still getting the other error though. ERROR in compiler_1.StaticSymbolResolver is not a function |
@keithmichelson if it helps, I had the same problem and updating my packages resolved it: #3799 |
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
Hello there, Just run ng new mytest npm run build ERROR in multi ./src/styles.sass I think there are problems in angular.json
styles.sass should be tyles.scss as usual :( |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
The log given by the failure.
ERROR in compiler_1.StaticSymbolResolver is not a function
ERROR in multi styles
Module not found: Error: Can't resolve '/Users/jl/Documents/w/flan/node_modules/bootstrap/dist/css/boootstrap.css' in '/Users/jl/Documents/w/flan'
@ multi styles
Mention any other details that might be useful.
also ran into problems when running
npm install bootstrap@4.0.0-alpha.5 --save
├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1
├── UNMET PEER DEPENDENCY @angular/core@2.3.1
├── bootstrap@4.0.0-alpha.5
└── UNMET PEER DEPENDENCY rxjs@5.0.1
The text was updated successfully, but these errors were encountered: