Vue v2.7 & Pinia v2.0.22 throwing devtools-api error during build #1702
Unanswered
NotoriousGOR
asked this question in
Help and Questions
Replies: 1 comment
-
I am facing exactly the same issue. Did you ever resolve it @NotoriousGOR ? Installing @vue/devtools-api will only lead to more Module not found errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
N/A
Steps to reproduce the bug
Here is my dependency tree:
I can install my dependencies with either NPM or yarn just fine. However, when I run my script for webpack to bundle everything, I keep getting the error:
Here is my webpack config just in case:
Expected behavior
Build step to work
Actual behavior
Error: Module not found: Error: Can't resolve '@vue/devtools-api' in '/Users/gabe/Documents/GitHub/hive-brands/node_modules/pinia/dist' is thrown
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions