fix custom module instalation
This commit is contained in:
parent
cf80e9b127
commit
4f0285a2e8
|
|
@ -835,6 +835,7 @@ class Manifest {
|
|||
*/
|
||||
async getModuleVersionInfo(moduleName, bmadDir, moduleSourcePath = null) {
|
||||
const os = require('node:os');
|
||||
const yaml = require('yaml');
|
||||
|
||||
// Built-in modules use BMad version (only core and bmm are in BMAD-METHOD repo)
|
||||
if (['core', 'bmm'].includes(moduleName)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue