semaphore-protocol / semaphore

A zero-knowledge protocol for anonymous interactions.
https://semaphore.pse.dev
MIT License
887 stars 194 forks source link

Add an empty `yarn.lock` file to the templates #827

Closed vplasencia closed 1 month ago

vplasencia commented 1 month ago

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 empty yarn.lock file when creating the project.