@uppy/vue@0.4.4: Modules not found.
See original GitHub issueIn 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:
- Created 2 years ago
- Reactions:4
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
@uppy/vue@0.4.5
was just released, and should fix this issue. If that’s not the case, please let me know.