-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
I am getting below error:-
Cannot read property 'config' of null
TypeError: Cannot read property 'config' of null
ng --version is
_ _ ____ _ ___
/ \ _ __ __ _ _ | | __ _ _ __ / | | | |
/ ? \ | ' \ / _ | | | | |/ _
| '| | | | | | |
/ ___ | | | | (| | || | | (| | | | || | | |
// __| ||_, |_,||_,|| _|||
|___/
@angular/cli: 1.2.6
node: 7.8.0
os: win32 x64
@angular/common: 4.3.2
@angular/compiler: 4.3.2
@angular/core: 4.3.2
@angular/forms: 4.3.2
@angular/http: 4.3.2
@angular/platform-browser: 4.3.2
@angular/platform-browser-dynamic: 4.3.2
@angular/router: 3.0.0-rc.1
@angular/router-deprecated: 2.0.0-rc.2
@angular/cli: 1.2.6
@angular/compiler-cli: 4.3.3
I just checked node_modules@angular\cli\tasksbuild.js file where it's calling CliConfig.fromProject() but there is no such method in @angular\cli\models\config\config.js.. Not sure if it's bug or what?