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

Got error dependency vue-isyourpasswordsafe was not found in Nuxt #20

Open
fahmiegerton opened this issue Jun 27, 2021 · 1 comment
Open

Comments

@fahmiegerton
Copy link

Hi, thanks for this great helpful module. I tried this module but it didn't detected in Nuxt. Here's my code :

// vue-pwned.client.js

import Vue from 'vue'
import VueIsYourPasswordSafe from 'vue-isyourpasswordsafe'
Vue.use(VueIsYourPasswordSafe)
// nuxt.config.js

.....
// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
  plugins: [
    ....
    {src: '~/plugins/vee-validate.js'},
    { src: '~plugins/vue-simplemd.client.js' },
    { src: '~plugins/vue-infinite-loading.client.js'},
    { src: '~plugins/vue-pwned.client.js'},
    ....
  ],
.....

And this is the error output log
image

Can you help me? Thank you

@Pitu
Copy link
Owner

Pitu commented Jun 27, 2021

Seems the plugin is not installed, are you sure you did npm i vue-isyourpasswordsafe?

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

2 participants