yarn.lock must be exist in the project? #597
-
Run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do you a specfile in your project directory eg: Edit: if a specfile does exist make sure you're running the command in the root directory of the monorepo. |
Beta Was this translation helpful? Give feedback.
Do you a specfile in your project directory eg:
package-lock.json
. If not Yarn is selected by default. Run the install command with your package manager and everything should be fixed.Edit: if a specfile does exist make sure you're running the command in the root directory of the monorepo.