errors when running build #701
Answered
by
chrisdrackett
chrisdrackett
asked this question in
General
-
any ideas what might be causing this? is it looking for my api folder from within node_modules? |
Beta Was this translation helpful? Give feedback.
Answered by
chrisdrackett
Apr 23, 2020
Replies: 2 comments 1 reply
-
note that I pulled our app outside of our monorepo and I'm still running into this, so I don't think it is related to our use of yarn workspaces. |
Beta Was this translation helpful? Give feedback.
1 reply
-
pretty sure this was because I have |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chrisdrackett
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pretty sure this was because I have
"noEmit": true,
in my tsconfig!