How is contribution possible (why custom branch is not installable)? #977
Replies: 3 comments 1 reply
-
Hi @programmador ; I've not actually used any of the So instead I've always just done it by hand, like:
If you figure out how to get the git- or path-based approaches for yarn working with ts-proto, that'd be great! |
Beta Was this translation helpful? Give feedback.
-
Maybe the reason of unability to install custom branch is related to this warning:
It seems like some of the dependencies has |
Beta Was this translation helpful? Give feedback.
-
I've added a note about |
Beta Was this translation helpful? Give feedback.
-
Reproduction:
Gives an error:
While just
yarn add ts-proto@1.151.1
successfully installs the package.I've tried to install the lib from a folder
yarn add ts-proto/path-to-folder
but this way codegen does not work as yarn skips build phase for some reason. It just copies the lib in node_modules without trying to build it. Though it seems like when I build the lib beforehand - yarn also copies thebuild
folder successfully.BTW while installing via full git+ssh link I also get a warning: "Workspaces can only be enabled in private projects."
Beta Was this translation helpful? Give feedback.
All reactions