vendure: npm init @vendure my-app does not work

Describe the bug when running npm init @vendure my-app it fails to initialize the app correctly the only thing I’ve changed from the default options is to select postgres

To Reproduce Steps to reproduce the behavior:

  1. npm init @vendure my-app
  2. cd my-app
  3. docker-compose up
  4. driverError: error: relation “public.zone” does not exist

Expected behavior App to propertly initialize

Environment (please complete the following information):

  • @vendure/core version: 1.9.5
  • Nodejs version: docker file seems to be using: FROM node:16
  • Database (mysql/postgres etc): postgres

Additional context Add any other context about the problem here.

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Good point on the .dockerignore file. If you like, you could make a PR of your changes which would then help anyone else using that repo!