Unable to locate "module.xml"
See original GitHub issueHey there, Baler hit the following error on the mirasvit elastic search ultimate module:
Error: Unable to locate "module.xml" for the module at path "vendor/mirasvit/module-search-elastic-ultimate"
at findRealModuleRoot (/Users/scottfriend/Sites/baler/src/magentoFS.ts:241:15)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
at getModuleConfig (/Users/scottfriend/Sites/baler/src/magentoFS.ts:204:28)
at async Promise.all (index 154)
at getComposerComponents (/Users/scottfriend/Sites/baler/src/magentoFS.ts:332:18)
at async Promise.all (index 0)
at Object.getComponents (/Users/scottfriend/Sites/baler/src/magentoFS.ts:62:37)
at async Promise.all (index 1)
at Object.collectStoreData (/Users/scottfriend/Sites/baler/src/collectStoreData.ts:15:58)
at Object.run (/Users/scottfriend/Sites/baler/src/cli.ts:20:19)
This composer module doesn’t actually contain a Magento Module. It’s just a shell of a module to pull in other separate actual Magento modules via the compser.json it contains. Kinda goofy, but I think it allows Mirasvit to sell a module that is really just a bundle of other modules.
The contents of the directory are:
- vendor/mirasvit/module-search-elastic-ultimate
- CHANGELOG.md
- composer.json
Maybe baler could just skip over modules that don’t contain a valid module.xml file?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
GWT: Eclipse giving "Unable to find module" error when I try ...
Right click on 'java' folder in 'src/main/java' and select 'Build Path' --> 'Use as source folder'. Eclipse should then detect module and ...
Read more >Perl Cannot Find Module XML/Simple - Ask Ubuntu
I get the following on the command line: Can't locate XML/Simple.pm in @INC (you may need to install the XML::Simple module) (@INC contains:...
Read more >Failed to load module for driver [...] in JBoss EAP 7 / 6
Validate the xml is correct. Check the syntax of the xml. Module path should be correct. Validate all of the dependencies listed in...
Read more >Mariner 1.0's Python lacks built-in module xml #3396 - GitHub
Mariner 1.0's Python doesn't have the built-in module xml ... E: Unable to locate package python3-xml. I think Mariner 1.0 should be ...
Read more >Error in pipeline: Error: Cannot find module 'xmldom'
Solved: Our pipeline is throwing error at a certain step. But running the same command in local works. Not sure what is happening....
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 FreeTop 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
Top GitHub Comments
Thanks @DrewML You are correct. The composer.json looks like this:
Yep. Got it.