Closed vplasencia closed 4 months ago
When creating a new Semaphore project with the CLI and trying to install the dependencies, you will see an error because there is no yarn.lock file. The way to solve this issue is by adding an empty yarn.lock file when creating the project.
yarn.lock
Description
When creating a new Semaphore project with the CLI and trying to install the dependencies, you will see an error because there is no
yarn.lock
file. The way to solve this issue is by adding an emptyyarn.lock
file when creating the project.