nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.06k stars 538 forks source link

error Command "bootstrap" not found #833

Open KyriakosMilad opened 9 months ago

KyriakosMilad commented 9 months ago

Bug Report

I'm trying to start the example project. I run "docker-compose up -d" successfully, but "yarn bootstrap" throws an error: "error Command "bootstrap" not found"

Environment

afilp commented 8 months ago

Hi @KyriakosMilad,

Unfortunately, this quite useful repo is not maintained anymore.

This is a maintained fork instead: https://github.com/gid-oss/dataui-nestjs-crud

KyriakosMilad commented 8 months ago

Hi @afilp,

That's what I used instead.

Thank you.