Skip to content

r.existsSync is not a function #9

@artemhp

Description

@artemhp

Hello.
I have an issue:

Uncaught TypeError: r.existsSync is not a function
    at a (index.js:7)
    at Object.<anonymous> (index.js:18)
    at Object.bdb9 (index.js:18)
    at i (bootstrap:78)
    at Object.install (index.js:3)
    at Function.Cr.t.use (vue.runtime.esm.js:5101)
    at Module.56d7 (main.js:6)
    at i (bootstrap:78)
    at Object.0 (bootstrap:151)
    at i (bootstrap:78)

After I call plugin:

import VueElectron from 'vue-electron'
Vue.use(VueElectron)

in main.js

Details about project

Build Project with:
vue-cli-service build

in vue.config:

module.exports = {
    baseUrl: './'
}

Dependencies

    "electron": "^4.1.3",
    "vue": "^2.6.6",
    "vue-electron": "^1.0.6",
    "vuetify": "^1.5.5"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions