How to get the corresponding local version by package name #8803
Unanswered
zengtiansheng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does pnpm provide a corresponding tool or package that allows me to obtain the corresponding version number installed on my project through the package name?
For example, if I execute
getVersion('lit')
, I can get the version information corresponding to thelit
installed locally.Beta Was this translation helpful? Give feedback.
All reactions