Replies: 2 comments
-
I have just tested this again starting from scratch on your monorepo scaffold and I'm seeing the same issues. For example if you want to install
I'm not sure if this is something that has happened in the past. Thanks, Eric. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ericlifs sorry for being late, I'm busy these days. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone! I'm porting my current monorepo to this awesome setup and I'm facing some new issues that I didn't have before. I have some 3rd party libraries installed in my repo and I'm getting some errors on those libraries' code that I didn't have before.
The thing is that even though I have my
node_modules
folder excluded from transpiling within my tsconfig.json file (the same way you did), I'm still getting typescript errors from those libraries.You can replicate this issue just by cloning your repo and installing
react-native-linear-gradient
orreact-native-dialog
in the app package, add some usage in the App.tsx file and then start the web package. You will see something like:I don't know if I have to configure babel in a certain way in order to make this error disappear, but my previous monorepo was also using a CRA scaffold for the web package and I was not getting any of this errors.
Thank you very much,
Eric.
Beta Was this translation helpful? Give feedback.
All reactions