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.

@uppy/vue@0.4.4: Modules not found.

See original GitHub issue

In upgrading to 0.4.4 from a working 0.4.3 build, Vue/Webpack is throwing the following build errors.

If I modify the file @uppy/vue/lib/index.js to point to ../src/, then the build compiles.

File paths modified to remove personal information.

ERROR  Failed to compile with 5 errors
error  in ./node_modules/@uppy/vue/lib/index.js
Module not found: Error: Can't resolve './dashboard' in './node_modules/@uppy/vue/lib'
error  in ./node_modules/@uppy/vue/lib/index.js
Module not found: Error: Can't resolve './dashboard-modal' in './node_modules/@uppy/vue/lib'
error  in ./node_modules/@uppy/vue/lib/index.js
Module not found: Error: Can't resolve './drag-drop' in './node_modules/@uppy/vue/lib'
error  in ./node_modules/@uppy/vue/lib/index.js
Module not found: Error: Can't resolve './progress-bar' in './node_modules/@uppy/vue/lib'
error  in ./node_modules/@uppy/vue/lib/index.js
Module not found: Error: Can't resolve './status-bar' in './node_modules/@uppy/vue/lib'

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

1reaction
TheSegcommented, Dec 13, 2021

Remove node_modulesFolder and delete package.lock and try with: "@uppy/vue": "0.4.3",

As a note: This is a stop-gap measure and not a fix.

Too many times I see issues have this form of post and the issue is considered fixed when it absolutely hasn’t.

0reactions
aduh95commented, Dec 21, 2021

@uppy/vue@0.4.5 was just released, and should fix this issue. If that’s not the case, please let me know.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python - Module Not Found - Stack Overflow
All modules in Python have to have a certain directory structure. You can find details here. Create an empty file called __init__.py under...
Read more >
ModuleNotFoundError: no module named Python Error [Fixed]
What does this error mean in Python? As the name implies, this error occurs when you're trying to access or use a module...
Read more >
Failed to load modules at startup: Could not find ... - Ask Ubuntu
Note that the bug was "fixed" merely by removing the rtc module, not by finding out where the "off" message came from. –...
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