shahednasser / medusa-marketplace

Create a Marketplace with Medusa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medex m --run giving errors

meshramvibhor opened this issue · comments

When i do medex m --run it gives me following error :

PS C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules.bin> .\medex m --run
C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\dist\core\utils.js:97
configModule.projectConfig = await resolveConfigProperties(configModule.projectConfig);
^

TypeError: Cannot read properties of undefined (reading 'projectConfig')
at asyncLoadConfig (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\dist\core\utils.js:97:77)
at migrate (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\dist\cli\commands\migrate.js:17:59)
at Command. (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\dist\cli\index.js:42:33)
at Command.listener [as _actionHandler] (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:482:17)
at C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:1283:65
at Command._chainOrCall (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:1177:12)
at Command._parseCommand (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:1283:27)
at C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:1081:27
at Command._chainOrCall (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:1177:12)
at Command._dispatchSubcommand (C:\Users\Vibhor\Desktop\practie\Medusa example\my-medusa-store\node_modules\medusa-extender\node_modules\commander\lib\command.js:1077:23)