Adding local .tgz file #4032
Answered
by
arcanis
antran-mwb
asked this question in
Q&A
-
In yarn 1 we were able to add local dependencies by running the following: This command doesn't seem to work anymore in Yarn 2+. Is there a new syntax for this? |
Beta Was this translation helpful? Give feedback.
Answered by
arcanis
Jan 28, 2022
Replies: 1 comment 1 reply
-
You need the package name in the cli. ie |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RDIL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need the package name in the cli. ie
yarn add foo@file:...