-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
OS?
Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Mac OSX El Capitan
Versions.
Please run
ng --version
. If there's nothing outputted, please run in a Terminal:node --version
and paste the result here:
angular-cli: 1.0.0-beta.24
node: 5.1.1
os: darwin x64
@angular/common: 2.3.1
@angular/compiler: 2.3.1
@angular/core: 2.3.1
@angular/forms: 2.3.1
@angular/http: 2.3.1
@angular/platform-browser: 2.3.1
@angular/platform-browser-dynamic: 2.3.1
@angular/router: 3.3.1
Repro steps.
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
Updated cli from 14 to the 24
fixed any issues with ng-init
added this in angular-cli
"styles": [
"../node_modules/bootstrap/dist/css/boootstrap.css",
"styles.scss"
]
The log given by the failure.
Normally this include a stack trace and some more information.
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
Thanks! We'll be in touch soon.