mirror of
https://github.com/bmad-code-org/BMAD-METHOD.git
synced 2026-01-30 04:32:02 +00:00
fix custom module instalation
This commit is contained in:
@@ -835,6 +835,7 @@ class Manifest {
|
|||||||
*/
|
*/
|
||||||
async getModuleVersionInfo(moduleName, bmadDir, moduleSourcePath = null) {
|
async getModuleVersionInfo(moduleName, bmadDir, moduleSourcePath = null) {
|
||||||
const os = require('node:os');
|
const os = require('node:os');
|
||||||
|
const yaml = require('yaml');
|
||||||
|
|
||||||
// Built-in modules use BMad version (only core and bmm are in BMAD-METHOD repo)
|
// Built-in modules use BMad version (only core and bmm are in BMAD-METHOD repo)
|
||||||
if (['core', 'bmm'].includes(moduleName)) {
|
if (['core', 'bmm'].includes(moduleName)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user