Replies: 1 comment 1 reply
-
It is not possible at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to install a package from Github where that repo use a monorepo concept. If i execute
pnpm add -D github:vitejs/vite
, the installed package is"vite-monorepo": "github:vitejs/vite"
, not"vite": "^2.0.5"
. To installvite
, i need to install it from the sub directories that located in vitejs/vite/packages/vite. How to install a package from sub directories of the repository?Beta Was this translation helpful? Give feedback.
All reactions