0

I just upgraded Vue to version 2.4.4, and now im getting an warning from Vue:

"Method "_init" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $."

Im not quite sure how to handle this, anyone experienced the same, and know how to fix it?

2
  • is it the first npm install or update an older package.json? It can solve if you delete node_modules and package-lock.json file, and after run the npm install command. Commented Oct 6, 2017 at 8:43
  • The error message is pretty self explanatory, which part don't you understand? @LakiGeri That's not related at all. Commented Oct 6, 2017 at 9:05

1 Answer 1

1

Seems it was a package that wasn't updated, and compatible with the newer version of vue.. Updated the package and problem solved! :)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.