Ngx-quill: Metadata version mismatch for module - found version 4, expected 3

Created on 6 Nov 2017  ·  26Comments  ·  Source: KillerCodeMonkey/ngx-quill

I am getting the following error while running ng serve command.

I am using :-
Angular - 4.4
Angular cli - 1.4.5

ERROR in Error: Metadata version mismatch for module C:/Users/muruga6/Workspace/
Angular 2/EBAS-UI/node_modules/ngx-quill/index.d.ts, found version 4, expected 3
, resolving symbol WidgetsModule in C:/Users/muruga6/Workspace/Angular 2/EBAS-UI
/src/app/widgets/widgets.module.ts, resolving symbol WidgetsModule in C:/Users/m
uruga6/Workspace/Angular 2/EBAS-UI/src/app/widgets/widgets.module.ts
at Error (native)
at syntaxError (C:\Users\muruga6\Workspace\Angular 2\EBAS-UInode_modules\@a
ngularcompilerbundlescompiler.umd.js:1729:34)
at simplifyInContext (C:\Users\muruga6\Workspace\Angular 2\EBAS-UInode_modu
les\@angularcompilerbundlescompiler.umd.js:25118:23)
at StaticReflector.simplify (C:\Users\muruga6\Workspace\Angular 2\EBAS-UI\no
de_modules\@angularcompilerbundlescompiler.umd.js:25130:13)
at StaticReflector.annotations (C:\Users\muruga6\Workspace\Angular 2\EBAS-UI
node_modules\@angularcompilerbundlescompiler.umd.js:24558:41)
at _getNgModuleMetadata (C:\Users\muruga6\Workspace\Angular 2\EBAS-UInode_m
odules\@angularcompiler-cli\src\ngtools_impl.js:138:31)
at _extractLazyRoutesFromStaticModule (C:\Users\muruga6\Workspace\Angular 2\
EBAS-UInode_modules\@angularcompiler-cli\src\ngtools_impl.js:109:26)
at C:\Users\muruga6\Workspace\Angular 2\EBAS-UInode_modules\@angularcompil
er-cli\src\ngtools_impl.js:129:27
at Array.reduce (native)
at _extractLazyRoutesFromStaticModule (C:\Users\muruga6\Workspace\Angular 2\
EBAS-UInode_modules\@angularcompiler-cli\src\ngtools_impl.js:128:10)
at C:\Users\muruga6\Workspace\Angular 2\EBAS-UInode_modules\@angularcompil
er-cli\src\ngtools_impl.js:129:27
at Array.reduce (native)
at _extractLazyRoutesFromStaticModule (C:\Users\muruga6\Workspace\Angular 2\
EBAS-UInode_modules\@angularcompiler-cli\src\ngtools_impl.js:128:10)
at Object.listLazyRoutesOfModule (C:\Users\muruga6\Workspace\Angular 2\EBAS-
UInode_modules\@angularcompiler-cli\src\ngtools_impl.js:53:22)
at Function.NgTools_InternalApi_NG_2.listLazyRoutes (C:\Users\muruga6\Worksp
ace\Angular 2\EBAS-UInode_modules\@angularcompiler-cli\src\ngtools_api.js:91:3
9)
at AotPlugin._getLazyRoutesFromNgtools (C:\Users\muruga6\Workspace\Angular 2
\EBAS-UInode_modules\@ngtools\webpack\src\plugin.js:207:44)
at _donePromise.Promise.resolve.then.then.then.then.then (C:\Users\muruga6\W
orkspace\Angular 2\EBAS-UInode_modules\@ngtools\webpack\src\plugin.js:443:24)
at process._tickCallback (internal/process/next_tick.js:109:7)

Module
import { QuillModule } from 'ngx-quill';

@NgModule({
imports: [
QuillModule
],
exports : [
QuillModule
]
});

Package.json
"dependencies": {
"angular-redux/store": "^6.5.7",
"angular/animations": "^4.4.4",
"angular/cdk": "^2.0.0-beta.12",
"angular/common": "^4.4.4",
"angular/compiler": "^4.4.4",
"angular/core": "^4.4.4",
"angular/forms": "^4.4.4",
"angular/http": "^4.4.4",
"angular/material": "^2.0.0-beta.12",
"angular/platform-browser": "^4.4.4",
"angular/platform-browser-dynamic": "^4.4.4",
"angular/router": "^4.4.4",
"angular-star-rating": "^3.0.8",
"angular2-moment": "^1.7.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.4.1",
"hammerjs": "2.0.6",
"intl": "^1.2.5",
"lodash": "^4.17.4",
"materialize-css": "^0.98.2",
"moment": "^2.18.1",
"ng2-file-upload": "^1.2.1",
"ngx-quill": "^2.0.3",
"redux": "3.6.0",
"redux-logger": "^3.0.6",
"rxjs": "^5.1.0",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"angular/cli": "^1.4.5",
"angular/compiler-cli": "^4.4.4",
"angular/language-service": "^4.4.4",
"types/jasmine": "~2.5.53",
"types/jasminewd2": "~2.0.2",
"types/lodash": "^4.14.71",
"types/node": "~6.0.60",
"codelyzer": "~3.0.1",
"express": "^4.15.3",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"replace-in-file": "^3.0.0-beta.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.3.3",
"typescript-require-latest-typescript": "^0.2.9-1"
}

I am unable to resolve the issue. Please help me to fix the issue.

Most helpful comment

dude.... english is the language of the internet and programming... so please communicate with a language everyone here can read.

All 26 comments

use ngx-quill < 2.0.0

Thank you. Working fine with the lower version (1.6.0).

is it working?

ng serve should work, but --aot is using metadata of angular 5 i think

okay i released v2.0.3 with set dependencies to angular 5 and a hint in the readme ;)

Update all of your dependencies to the latest Angular and the right version of TypeScript
npm install @angular/animations@'^5.0.0' @angular/common@'^5.0.0' @angular/compiler@'^5.0.0' @angular/compiler-cli@'^5.0.0' @angular/core@'^5.0.0' @angular/forms@'^5.0.0' @angular/http@'^5.0.0' @angular/platform-browser@'^5.0.0' @angular/platform-browser-dynamic@'^5.0.0' @angular/platform-server@'^5.0.0' @angular/router@'^5.0.0' [email protected] rxjs@'^5.5.2'

https://github.com/KillerCodeMonkey/ngx-quill/blob/develop/package.json
do not get it want you want more...

"peerDependencies": {
    "@angular/core": "^5.0.0",
    "@angular/forms": "^5.0.0",
    "rxjs": "^5.5.2"
  },
  "devDependencies": {
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^5.0.0",
    "@angular/compiler-cli": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/forms": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@angular/platform-browser-dynamic": "^5.0.0",
    ...,
    "typescript": "2.4.2",
},

PS: upvoting the own comment???? what the heck... this is like self complimenting...

我创建一个目录,然后写了一个原生js函数,在build中就报这个错了

dude.... english is the language of the internet and programming... so please communicate with a language everyone here can read.

English is the language of the internet? Maybe in the future try being polite and just let someone know you don't understand what they said.

sorry if my comment seems to be rude to you. it was not intended so. But true is that english should/is be the language of programming. Documentations are available at least in the english language, your code should be written with english namings, so everybody gets the chance to understand it.

This whole repo is in english, readme, other issues and so on.

I could not even decide if this is a spam message :D maybe there are swear words in it and somebody gets offended or somebody is unsulted by that message...
So see this a little bit out of a general perspective... Not everyone is a troll or a flamer on the internet.

And i think the word "dude" (mate, ...) and "please" are very polite.
If he is offended for a friendly request to translate his comment, he will be able to let me know. ;)

PS: This issue is closed. Please open a new issue or reopen this one :)

All pilots all over the world operate in English. Flight operations are done so to avoid confusion. That said, Adapt to the repo as the owners own language. Posting 我创建一个目录,然后写了一个原生js函数,在build中就报这个错了 is just rude.

@chandurai That worked for me, thank you very very very very (billions and billions Carl Sagan STyle) Very much. Totally unrelated but similar problem,.

Hello, I got some error when I Build project

Metadata version mismatch for module ngx-webstorage/dist/interfaces/config.d.ts
Angular compilation done, starting webpack bundling.
Error: Metadata version mismatch for module E:/oxigenworkapace/New RNS/RNS/node_modules/ngx-webstorage/dist/interfaces/config.d.ts, found version 4, expected 3
at StaticSymbolResolver.getModuleMetadata (E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompilerbundlescompiler.umd.js:25590:34)
at StaticSymbolResolver._createSymbolsOf (E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompilerbundlescompiler.umd.js:25378:46)
at StaticSymbolResolver.getSymbolsOf (E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompilerbundlescompiler.umd.js:25359:14)
at E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompilerbundlescompiler.umd.js:24218:30
at Array.forEach ()
at extractProgramSymbols (E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompilerbundlescompiler.umd.js:24217:79)
at AotCompiler.analyzeModulesAsync (E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompilerbundlescompiler.umd.js:23775:47)
at CodeGenerator.codegen (E:\oxigenworkapace\New RNS\RNSnode_modules\@angularcompiler-cli\srccodegen.js:32:14)
at E:\oxigenworkapace\New RNS\RNSnode_modules\ngc-webpack\src\main.js:12:103
at Object.main (E:\oxigenworkapace\New RNS\RNSnode_modules\@angular\tsc-wrapped\src\main.js:106:16)
at Object.runInternal (E:\oxigenworkapace\New RNS\RNSnode_modules\ngc-webpack\src\main.js:16:27)
at E:\oxigenworkapace\New RNS\RNSnode_modules\ngc-webpack\src\plugin.js:54:48
at
at process._tickCallback (internal/process/next_tick.js:188:7)
at Function.Module.runMain (module.js:684:11)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:613:3
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Yeah but if you read the message carefully, you see, that its thrown from
ngx-webstorage.

On Sat, 7 Apr 2018, 08:03 sksandeep087, notifications@github.com wrote:

Hello, I got some error when I Build project

Metadata version mismatch for module
ngx-webstorage/dist/interfaces/config.d.ts
Angular compilation done, starting webpack bundling.
Error: Metadata version mismatch for module E:/oxigenworkapace/New
RNS/RNS/node_modules/ngx-webstorage/dist/interfaces/config.d.ts, found
version 4, expected 3
at StaticSymbolResolver.getModuleMetadata (E:\oxigenworkapace\New
RNS\RNS\node_modules@angular\compiler\bundles\compiler.umd.js:25590:34)
at StaticSymbolResolver._createSymbolsOf (E:\oxigenworkapace\New
RNS\RNS\node_modules@angular\compiler\bundles\compiler.umd.js:25378:46)
at StaticSymbolResolver.getSymbolsOf (E:\oxigenworkapace\New
RNS\RNS\node_modules@angular\compiler\bundles\compiler.umd.js:25359:14)
at E:\oxigenworkapace\New RNS\RNS\node_modules@angular
\compiler\bundles\compiler.umd.js:24218:30
at Array.forEach ()
at extractProgramSymbols (E:\oxigenworkapace\New
RNS\RNS\node_modules@angular\compiler\bundles\compiler.umd.js:24217:79)
at AotCompiler.analyzeModulesAsync (E:\oxigenworkapace\New
RNS\RNS\node_modules@angular\compiler\bundles\compiler.umd.js:23775:47)
at CodeGenerator.codegen (E:\oxigenworkapace\New
RNS\RNS\node_modules@angular\compiler-cli\src\codegen.js:32:14)
at E:\oxigenworkapace\New
RNS\RNS\node_modules\ngc-webpack\src\main.js:12:103
at Object.main (E:\oxigenworkapace\New RNS\RNS\node_modules@angular
\tsc-wrapped\src\main.js:106:16)
at Object.runInternal (E:\oxigenworkapace\New
RNS\RNS\node_modules\ngc-webpack\src\main.js:16:27)
at E:\oxigenworkapace\New
RNS\RNS\node_modules\ngc-webpack\src\plugin.js:54:48
at
at process._tickCallback (internal/process/next_tick.js:188:7)
at Function.Module.runMain (module.js:684:11)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:613:3
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about
this command.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/76#issuecomment-379435137,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYFSj-YEt6AvL7vrXc-oYmr-6eVI_ks5tmFa_gaJpZM4QTRvI
.

Sir Already Install
npm install --save ngx-webstorage-service
but when I Build Project then unsuccessfully...

As Like Metadata version mismatch for module E:/oxigenworkapace/New RNS/RNS/node_modules/ngx-webstorage/dist/interfaces/config.d.ts, found version 4, expected 3

Yeah and why are u asking this in the ngx-quill repo?

On Sat, 7 Apr 2018, 08:09 sksandeep087, notifications@github.com wrote:

Sir Already Install
npm install --save ngx-webstorage-service
but when I Build Project then unsuccessfully...

As Like Metadata version mismatch for module E:/oxigenworkapace/New
RNS/RNS/node_modules/ngx-webstorage/dist/interfaces/config.d.ts, found
version 4, expected 3


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/76#issuecomment-379435384,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYC2OMQ421ssl-thj2NyV9dN4YyTLks5tmFgtgaJpZM4QTRvI
.

problem sovled sir, I use to webstorage history

Even i am getting the same error issue while building ionic cordova build andoird --prod build please help to resolve the issue

ionic-app-script task: "build"
Error: Metadata version mismatch for module
/Users/node_modules/@ionic-native/file-transfer/index.d.ts,
found version 4, expected 3
Error: Metadata version mismatch for module /Users/node_modules/@ionic-native/file-trans
fer/index.d.ts, found version 4, expected 3
at StaticSymbolResolver.getModuleMetadata (/Users/node_modules/@angular/compiler/bun
dles/compiler.umd.js:24474:34)
at StaticSymbolResolver._createSymbolsOf (/Users//node_modules/@angular/compiler/bund
les/compiler.umd.js:24260:46)
at StaticSymbolResolver.getSymbolsOf (/Users/node_modules/@angular/compiler/bundles/
compiler.umd.js:24241:14)
at /Users/node_modules/@angular/compiler/bundles/compiler.umd.js:23023:30
at Array.forEach ()
at extractProgramSymbols (/Users/node_modules/@angular/compiler/bundles/compiler.umd
.js:23022:79)
at AotCompiler.compileAll (/Users/rnode_modules/@angular/compiler/bundles/compiler.um
d.js:22720:47)

project properties

target=android-25
android.library.reference.1=CordovaLib
cordova.gradle.include.1=cordova-android-support-gradle-release/connect-cordova-android-support-gradle-release.gradle
cordova.system.library.1=com.android.support:support-v4:24.1.1+
cordova.gradle.include.2=cordova-plugin-crosswalk-webview/connect-xwalk.gradle
cordova.system.library.2=com.android.support:support-v4:24.1.1+
cordova.system.library.3=com.android.support:support-v4:27+

package.json::

"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic-native/app-availability": "^4.3.1",
"@ionic-native/call-number": "^4.15.0",
"@ionic-native/camera": "^4.2.1",
"@ionic-native/contacts": "^4.15.0",
"@ionic-native/core": "^3.12.1",
"@ionic-native/device": "^3.12.1",
"@ionic-native/document-viewer": "^4.15.0",
"@ionic-native/email-composer": "^4.2.1",
"@ionic-native/file": "^4.15.0",
"@ionic-native/file-transfer": "^4.2.1",
"@ionic-native/fingerprint-aio": "^4.16.0",
"@ionic-native/http": "^3.12.1",
"@ionic-native/in-app-browser": "^4.1.0",
"@ionic-native/network": "^3.13.1",
"@ionic-native/pedometer": "^4.5.2",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic-native/video-player": "^4.1.0",
"@ionic/storage": "^2.0.1",
"call-number": "^1.0.1",
"com.moust.cordova.videoplayer": "https://github.com/moust/cordova-plugin-videoplayer.git",
"cordova-android": "~6.3.0",
"cordova-android-support-gradle-release": "^1.4.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-appavailability": "^0.4.2",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.0.5",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-document-viewer": "^0.9.10",
"cordova-plugin-email-composer": "~0.8.10",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file-transfer": "^1.6.3",
"cordova-plugin-filechooser": "^1.0.1",
"cordova-plugin-http": "^1.2.0",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-network-information": "^1.3.3",
"cordova-plugin-pedometer": "^0.4.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-video-player": "git+https://github.com/moust/cordova-plugin-videoplayer.git",
"cordova-plugin-whitelist": "^1.3.1",
"cordova-sqlite-storage": "^2.0.4",
"ionic-angular": "3.5.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionic-select-searchable": "^2.7.2",
"ionicons": "3.0.0",
"moment": "^2.18.1",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "^7.0.3",
"@ionic/app-scripts": "1.3.12",
"@ionic/cli-plugin-cordova": "1.4.0",
"@ionic/cli-plugin-ionic-angular": "1.3.1",
"typescript": "2.3.4"
},

Guys please learn how to read Error Messages -.-. this hast nothing to so
with ngx-quill.

So there IS No ngx-quill in your package.json
Why You believe this is the correct repo for your Error???

And read the Error Message everything You need to know is written there.
The Ionic File Transfer Plugin meeds angular 3 and Not 4 (angular
Compiler).
So get your dependencies fixed.

Renjit notifications@github.com schrieb am So., 28. Okt. 2018, 07:19:

package.json::

"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic-native/app-availability": "^4.3.1",
"@ionic-native/call-number": "^4.15.0",
"@ionic-native/camera": "^4.2.1",
"@ionic-native/contacts": "^4.15.0",
"@ionic-native/core": "^3.12.1",
"@ionic-native/device": "^3.12.1",
"@ionic-native/document-viewer": "^4.15.0",
"@ionic-native/email-composer": "^4.2.1",
"@ionic-native/file": "^4.15.0",
"@ionic-native/file-transfer": "^4.2.1",
"@ionic-native/fingerprint-aio": "^4.16.0",
"@ionic-native/http": "^3.12.1",
"@ionic-native/in-app-browser": "^4.1.0",
"@ionic-native/network": "^3.13.1",
"@ionic-native/pedometer": "^4.5.2",
"@ionic-native/splash-screen": "3.12.1",
"@ionic-native/status-bar": "3.12.1",
"@ionic-native/video-player": "^4.1.0",
"@ionic/storage": "^2.0.1",
"call-number": "^1.0.1",
"com.moust.cordova.videoplayer": "
https://github.com/moust/cordova-plugin-videoplayer.git",
"cordova-android": "~6.3.0",
"cordova-android-support-gradle-release": "^1.4.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-appavailability": "^0.4.2",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-console": "^1.0.5",
"cordova-plugin-crosswalk-webview": "^2.3.0",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-document-viewer": "^0.9.10",
"cordova-plugin-email-composer": "~0.8.10",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file-transfer": "^1.6.3",
"cordova-plugin-filechooser": "^1.0.1",
"cordova-plugin-http": "^1.2.0",
"cordova-plugin-inappbrowser": "^1.7.1",
"cordova-plugin-network-information": "^1.3.3",
"cordova-plugin-pedometer": "^0.4.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.2",
"cordova-plugin-video-player": "git+
https://github.com/moust/cordova-plugin-videoplayer.git",
"cordova-plugin-whitelist": "^1.3.1",
"cordova-sqlite-storage": "^2.0.4",
"ionic-angular": "3.5.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionic-select-searchable": "^2.7.2",
"ionicons": "3.0.0",
"moment": "^2.18.1",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "^7.0.3",
"@ionic/app-scripts": "1.3.12",
"@ionic/cli-plugin-cordova": "1.4.0",
"@ionic/cli-plugin-ionic-angular": "1.3.1",
"typescript": "2.3.4"
},


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/76#issuecomment-433679811,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYFuSt2c-G5lh70bwdAUp7_Pk-87Kks5upUxzgaJpZM4QTRvI
.

sir,

i have updated all the dependencies using the npm install @angular/animations@'^5.0.0' @angular/common@'^5.0.0' @angular/compiler@'^5.0.0' @angular/compiler-cli@'^5.0.0' @angular/core@'^5.0.0' @angular/forms@'^5.0.0' @angular/http@'^5.0.0' @angular/platform-browser@'^5.0.0' @angular/platform-browser-dynamic@'^5.0.0' @angular/platform-server@'^5.0.0' @angular/router@'^5.0.0' [email protected] rxjs@'^5.5.2'

i did not get any error, but the google map is not displayed, please can you help

I am trying to bring google map using angualr js. i got the error, meta data version mismatch, expected 3 .......
i followed some of your advice and updated the dependencies, now i have no error, but the google map is not displayed. can you advice

Dude... This repo has nothing To-Do with Google Maps... Ask at the correct
repository...or Stack overflow.

But in most cases this Error means that a dependencies needs angular 3, but
You are Using another Version

Am Fr., 23. Nov. 2018, 21:57 hat vaniall2000 notifications@github.com
geschrieben:

I am trying to bring google map using angualr js. i got the error, meta
data version mismatch, expected 3 .......
i followed some of your advice and updated the dependencies, now i have no
error, but the google map is not displayed. can you advice


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/76#issuecomment-441316957,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACKOYImentSOukUMh4n1ypi3jO3U3FOoks5uyGFJgaJpZM4QTRvI
.

Hey people, I'm using ngx-doc-viewer npm to view PDF documents in my application, ngx-doc-viewer package supporting in my AWS server but the same Package is not supporting in Local VM server, It's showing "NO PRIVIEW AVAILABLE" can anyone resolve this issue?

wrong repo?

ask this in the ngx-doc-viewer repo and not here.. it is ngx-quill.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

agam16 picture agam16  ·  5Comments

chuJianNi picture chuJianNi  ·  3Comments

jadamconnor picture jadamconnor  ·  5Comments

pedrojrivera picture pedrojrivera  ·  4Comments

bolota picture bolota  ·  3Comments