question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WARN in ./.nuxt/vee-validate.js "export 'default' (imported as 'VeeValidate') was not found in 'vee-validate'

See original GitHub issue

Cannot get it to work.

WARN  in ./.nuxt/vee-validate.js

"export 'default' (imported as 'VeeValidate') was not found in 'vee-validate'

modules: [ // Doc: https://axios.nuxtjs.org/usage@nuxtjs/axios’, “@nuxtjs/dotenv”, ‘@nuxtjs/proxy’, ‘@nuxtjs/auth’, ‘nuxt-i18n’, ‘nuxt-validate’ ],

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:12
  • Comments:6

github_iconTop GitHub Comments

6reactions
gab0gomescommented, Mar 28, 2020

This happened with me when I installed vee-validate before nuxt-validate. I removed vee-validate with npm uninstall vee-validate and installed nuxt-validate again.

2reactions
miljko1984commented, Apr 9, 2020

@Gabrielr2508 thanks, worked for me!

Read more comments on GitHub >

github_iconTop Results From Across the Web

export 'default' (imported as 'VeeValidate') was not found in ...
js ) you can see what gets exported. I'm using v3.3.0 and it says the following: exports.ValidationObserver = ValidationObserver; exports.
Read more >
Validation in vue js using vee-validate having error
import * as VeeValidate from 'vee-validate';. that resolve the problem ... I installed vee-validate@2.2.15 and it worked.
Read more >
Available Rules - VeeValidate
Importing Rules in Nuxt.js. By default Nuxt ignores transpilation of the node_modules folder, and since the rules.js is an ES6 export. You should ......
Read more >
Validation Observer - VeeValidate
Like providers, observers render a span by default. You can customize the rendered tag using the tag prop, for example a form tag...
Read more >
Validation Provider - VeeValidate
Using the ValidationProvider offers isolated scope for each field validation state, and does not inject/mutate anything outside its slot. You can import it ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found