GuillaumeLeclerc / vue-google-maps

Google maps component for vue with 2-way data binding
560 stars 653 forks source link

Unmet peer dependency #125

Open tvld opened 7 years ago

tvld commented 7 years ago

I am using Vue 2.2.0 but I am after npm install I get: UNMET PEER DEPENDENCY vue@2.1.10

xkjyeah commented 7 years ago

Hi,

I didn't realise Vue 2.2 has been released. Since there is a minor version bump, I expect there to be some API incompatibility. you can compile it anyway and see if it works.

Daniel

On 26 Feb 2017 10:23 p.m., "Tom" notifications@github.com wrote:

I am using Vue 2.2.0 but I am after npm install I get: UNMET PEER DEPENDENCY vue@2.1.10

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GuillaumeLeclerc/vue-google-maps/issues/125, or mute the thread https://github.com/notifications/unsubscribe-auth/ACiTR4uxP2GwLSF5hPJl3wmLOPaBwrKwks5rgYrYgaJpZM4MMZcu .

neeraj022 commented 7 years ago

Doesn't work.

I am getting the following error:

ReferenceError: window is not defined
    at Object.<anonymous> (__vue_ssr_bundle__:6238:6526)
    at e (__vue_ssr_bundle__:6238:290)
    at Object.<anonymous> (__vue_ssr_bundle__:6238:652)
    at e (__vue_ssr_bundle__:6238:290)
    at t.__esModule.default (__vue_ssr_bundle__:6238:377)
    at __vue_ssr_bundle__:6238:382
    at module.exports.r.(anonymous function).exports (__vue_ssr_bundle__:6238:37)
    at Object.<anonymous> (__vue_ssr_bundle__:6238:161)
    at __webpack_require__ (__vue_ssr_bundle__:21:30)
    at Object.<anonymous> (__vue_ssr_bundle__:2026:74)
xkjyeah commented 7 years ago

I don't know what your code does but you seem to be invoking the server side rendering version of vue which this package does not support

On 21 Mar 2017 17:23, "Neeraj Yadav" notifications@github.com wrote:

Doesn't work.

I am getting the following error:

ReferenceError: window is not defined at Object. (vue_ssr_bundle:6238:6526) at e (vue_ssr_bundle:6238:290) at Object. (vue_ssr_bundle:6238:652) at e (vue_ssr_bundle:6238:290) at t.esModule.default (vue_ssr_bundle:6238:377) at vue_ssr_bundle:6238:382 at module.exports.r.(anonymous function).exports (vue_ssr_bundle:6238:37) at Object. (vue_ssr_bundle:6238:161) at webpack_require (vue_ssr_bundle:21:30) at Object. (vue_ssr_bundle__:2026:74)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GuillaumeLeclerc/vue-google-maps/issues/125#issuecomment-288020958, or mute the thread https://github.com/notifications/unsubscribe-auth/ACiTR3qHIClnDe_80NVes2q0zzpWz8Dtks5rn5cogaJpZM4MMZcu .