Can't bring it to run with local typescript npm packages #2534
Unanswered
benkeil
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple local npm packages that get included into the main application.
package.json
Each package is written in typescript.
We get always
Dependency Install Error: Package "@project/adapters/src/repositories/GradeFeedRepositoryImpl" not found. Have you installed it?
What do I need to configure in order to run this project?
Beta Was this translation helpful? Give feedback.
All reactions