Node ace command Package Resolution Issue in Monorepo #4877
Unanswered
matthiasrbt
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm encountering a TypeScript package resolution issue in a monorepo project using AdonisJS. Here's a detailed description of my problem:
Context
I'm working on a monorepo project where I'm using AdonisJS with TypeScript. I have a types package defined in @meet-magnet/types, and I'm trying to run a database migration with node ace. However, I'm encountering an error stating that the package @meet-magnet/types cannot be found.
Configuration
Project Structure:
apps/backend: Contains the AdonisJS backend application.
packages/types: Contains the TypeScript types.
tsconfig.json in apps/backend:
ace.js File:
Error
OU
Beta Was this translation helpful? Give feedback.
All reactions