You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rush and yarn to create a mono repo. However when i try and package my extension no node modules are added to the package. I am using the --yarn option. Without have a mono repo it packages fine. I think it is something to do with the node modules being symlinked. Help with this would be very much appreciated
The text was updated successfully, but these errors were encountered:
Here is a link https://rushjs.io/. I found that packaging also doesn't work using npm and rush either. I tried another tool called lerna for creating a mono repo https://github.com/lerna/lerna and that worked better but any packages you have as dependencies in the mono repo vsce claims it cant find them as they are symlinked.
Using lerna, I got around the problem by using npm pack to create a tar ball and then installing that before doing a package. That seems to work but it would be better not to have to do this.
I am using rush and yarn to create a mono repo. However when i try and package my extension no node modules are added to the package. I am using the
--yarn
option. Without have a mono repo it packages fine. I think it is something to do with the node modules being symlinked. Help with this would be very much appreciatedThe text was updated successfully, but these errors were encountered: