Skip to content
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

Error: resolving 'vuse' after install package with yarn/npm #14

Closed
Azylak opened this issue Aug 10, 2018 · 0 comments
Closed

Error: resolving 'vuse' after install package with yarn/npm #14

Azylak opened this issue Aug 10, 2018 · 0 comments

Comments

@Azylak
Copy link

Azylak commented Aug 10, 2018

Hi,

After installing vuse with npm install vuse or yarn add vuse, it won't resolve 'vuse'. It seems the content of the node_modules/vuse/ is different than this git.

I did everything as stated in the installation page, but can't seem to correct this problem.

ERROR in ./resources/assets/js/app.js Module not found: Error: Can't resolve 'vuse'

My app.js

import Builder from 'vuse'
Vue.use(Builder);
new Vue({
    el: '#app',
    router,
    store,
    template: '<App/>',
    components: {
        App
    }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant