nestjsx/crud

error Command "bootstrap" not found

KyriakosMilad opened this issue · 2 comments

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

  • Node version: v18.17.1
  • Platform: Ubuntu 22.04.3 LTS
  • yarn version: v1.22.21
  • nestjsx/crud version: v4.0.0

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

Hi @afilp,

That's what I used instead.

Thank you.