Replies: 1 comment
-
Updated all packages to the latest ones and now the node_modules folder is also copied. The problem is fixed. Thanks to everyone involved, although no one answered me ))) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
When we enable the dts.generateTypes.extractThirdParty = true option on the remote side, the third-party package types information gets into the node_modules folder, next to compiled-types (by default), which is good news.
But on the host side, I can't get the node_modules folder, only compiled-types, no matter what I do.
If the code contains a reference to package types that are not installed on the host side, then it is quite logical that ts will not be able to find it.
How can I get the node_modules folder or work around this issue?
Beta Was this translation helpful? Give feedback.
All reactions