Replies: 1 comment 2 replies
-
That's a TypeScript error saying it can't find the source. It's probably unrelated to pnpm. I see that the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a repository like this:
https://github.com/ever0de/http-message-sharing-monorepo
File structure
api
andhttp-message
are specified in their respective workspaces.But even though
api
hashttp-message
have a dependency, I get an error saying it cannot be imported.Error Message
https://github.com/ever0de/http-message-sharing-monorepo/runs/6588610958?check_suite_focus=true
am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions