sourcefuse / loopback4-microservice-catalog

A Catalog of Microservices Created by SourceFuse for the Community
https://sourcefuse.github.io/arc-docs/arc-api-docs/
MIT License
298 stars 72 forks source link

@sourceloop/cli: Missing dependencies in some facades and services #2218

Open rohitvishwakarma-sf opened 1 week ago

rohitvishwakarma-sf commented 1 week ago

Describe the bug

AuthFacade

AuditService

AuthenticaionService

In all facade and service

To Reproduce Steps to reproduce the behavior:

  1. Create a project with auth-facade, authentication-service and audit-service.
  2. setup npm workspaces
  3. Delete package-lock.json file and all node_modules
  4. run npm i
  5. run npm build or npm start or npm test

Expected behavior

Additional context