medusajs / b2b-starter-medusa

Official Medusa B2B Starter template. Features common B2B ecommerce requirements and can be easily adapted and extended.
https://dub.sh/medusa-b2b-starter
MIT License
140 stars 37 forks source link

installing b2b starter on windows #78

Open alphaklp opened 2 weeks ago

alphaklp commented 2 weeks ago

Installing on a pure windows box fails. The package command "generate-env" fails due to the cp copy command.

I also experienced that the postgres database required a "admin" database (same name as my user - dont know if it is a coincidence) - could not setup the database until I manually created this database (just an empty db) - this is potentially the database it connects to, to be able to create the "medusa-backend" database.