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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've tried the following.
yarn list --pattern typescript.
// too much info
yarn info typescript -A.
// too much info.
yarn --version typescript.
// Gives Yarn version, not TS.
Wanting Yarn to just spit out a simple Semvar version. Nothing more.
Currently doing:
yarn list --depth=0 | grep '^typescript@'
Which returns the Typescript version,
but also the other 29 Typescript linters, config, etc.. plugins too.
Is this even possible??
Beta Was this translation helpful? Give feedback.
All reactions