You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Add a script in package.json to start the postgress container by running docker-compose up.
Expected Behavior
A script in package.json to start the database before starting the other scripts.
Current Behavior
If you run the dev:api or dev:sdk scripts in the package.json you get an error
Possible Solution
Add
"dev:db": "docker-compose up",to the package.jsonSteps to Reproduce (for bugs)
nxpm-stack init --name sandboxcd sandboxcode .dev:sdkordev:apinpm scripts.Context
Prevented me getting started while following the introduction here: https://www.youtube.com/watch?v=NvcRukwY_kM
Your Environment
MacOS Big Sur
Output from yarn list @nxpm/cli:
yarn list v1.22.5
warning Filtering by arguments is deprecated. Please use the pattern option instead.
└─ @nxpm/cli@4.18.0
✨ Done in 0.96s.