-
Couldn't load subscription status.
- Fork 11.9k
Description
I tried to run ng serve but it throws me this error:
Could not find API compiler-cli, function VERSION
Error: Could not find API compiler-cli, function VERSION
at _error (/node_modules/@ngtools/webpack/src/ngtools_api.js:8:11)
at Object. (/node_modules/@ngtools/webpack/src/ngtools_api.js:49:8)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/node_modules/@ngtools/webpack/src/angular_compiler_plugin.js:23:23)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
And my my package.jason files are:
{
"name": "app6",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.2",
"@angular/cdk": "^5.0.0-rc.1",
"@angular/common": "^5.0.2",
"@angular/compiler": "^5.0.2",
"@angular/core": "^5.0.2",
"@angular/forms": "^5.0.2",
"@angular/http": "^5.0.2",
"@angular/material": "^5.0.0-rc.1",
"@angular/platform-browser": "^5.0.2",
"@angular/platform-browser-dynamic": "^5.0.2",
"@angular/router": "^5.0.2",
"core-js": "^2.5.1",
"fuse.js": "^3.2.0",
"hammerjs": "^2.0.8",
"ng2-toasty": "^4.0.3",
"npm": "^6.1.0",
"rxjs": "^5.5.2",
"ts-helpers": "^1.1.1",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.6",
"@angular-devkit/core": "^0.7.0-beta.1",
"@angular/cli": "^6.0.7",
"@angular/compiler-cli": "^5.0.2",
"@types/bootstrap": "^3.3.36",
"@types/jasmine": "^2.8.2",
"@types/jquery": "^3.2.16",
"@types/node": "^8.0.53",
"bootstrap": "^3.3.7",
"codelyzer": "^4.0.1",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.6.0",
"protractor": "^5.2.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.4.2"
}
}
and I am using following angular version
troy@dragon:~/pos-pelzhing$ ng --version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / | | | | |/ _ | '__| | | | | | |
/ ___ | | | | (| | || | | (| | | | || | | |
// __| ||_, |_,||_,|| _|||
|___/
Angular CLI: 6.0.7
Node: 8.11.2
OS: linux x64
Angular: 5.0.2
... animations, common, compiler, compiler-cli, core, forms
... http, platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.6.7
@angular-devkit/build-angular
@angular-devkit/core 0.7.0-beta.1
@angular-devkit/schematics 0.6.7
@angular/cdk 5.0.0-rc.1
@angular/cli 6.0.7
@angular/material 5.0.0-rc.1
@schematics/angular 0.6.7
@schematics/update 0.6.7
rxjs 5.5.2
typescript 2.4.2