-
Notifications
You must be signed in to change notification settings - Fork 669
../../node_modules//index.d.ts(8,9): error TS2687: All declarations of 'observable' must have identical modifiers. [ERROR] Command not found: ng #3316
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
Comments
@vksgautam1 Can you paste the output of |
|
i made another testing project and same issue happened. is there any kind of setup or environment issues.
|
for v3 projects it is working fine. |
Can you tell me which module actually has the error? your pasted error strips out the module: ../../node_modules//index.d.ts(8,9): error TS2687: All declarations of 'observable' must have identical modifiers. [ERROR] Command not found: ng Please use triple backticks when posting output it doesn't strip anything and is readable. See https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code-and-syntax-highlighting |
related one to this is with rxjs. https://github.com/angular/angular/issues/24245
|
Cool, looks like latest |
Description:
i made a new project so whenever i run a command
"ionic cordova run android"
this is giving me issue. so unable to run a build
../../node_modules//index.d.ts(8,9): error TS2687: All declarations of 'observable' must have identical modifiers. [ERROR] Command not found: ng
Steps to Reproduce:
Output:
My
ionic info
:Other Information:
my package json
{ "name": "v4alpha", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "scripts": { "ng": "ng", "start": "ionic serve", "build": "ionic build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/common": "6.0.5", "@angular/core": "6.0.5", "@angular/forms": "6.0.5", "@angular/http": "6.0.5", "@angular/platform-browser": "6.0.5", "@angular/platform-browser-dynamic": "6.0.5", "@angular/router": "6.0.5", "@ionic-native/core": "5.0.0-beta.10", "@ionic-native/splash-screen": "5.0.0-beta.10", "@ionic-native/status-bar": "5.0.0-beta.10", "@ionic/angular": "4.0.0-alpha.7", "@ionic/ng-toolkit": "1.0.0-rc.8", "@ionic/schematics-angular": "1.0.0-rc.8", "cordova-android": "7.0.0", "cordova-plugin-device": "^2.0.2", "cordova-plugin-ionic-keyboard": "^2.0.5", "cordova-plugin-ionic-webview": "^1.1.19", "cordova-plugin-splashscreen": "^5.0.2", "cordova-plugin-whitelist": "^1.3.3", "core-js": "^2.5.3", "rxjs": "6.2.1", "zone.js": "^0.8.26" }, "devDependencies": { "@angular/cli": "6.0.8", "@angular/compiler": "6.0.5", "@angular/compiler-cli": "6.0.5", "@angular/language-service": "6.0.5", "@angular-devkit/architect": "0.7.0-rc.0", "@angular-devkit/build-angular": "0.7.0-rc.0", "@angular-devkit/core": "0.7.0-rc.0", "@angular-devkit/schematics": "0.7.0-rc.0", "@types/jasmine": "~2.8.6", "@types/jasminewd2": "~2.0.3", "@types/node": "~10.3.2", "codelyzer": "~4.3.0", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~2.0.2", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.0", "karma-jasmine": "~1.1.1", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~5.3.0", "ts-node": "~6.1.1", "tslint": "~5.10.0", "typescript": "~2.7.2" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-device": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-ionic-webview": {}, "cordova-plugin-ionic-keyboard": {} }, "platforms": [ "android" ] } }
The text was updated successfully, but these errors were encountered: