semaphore-protocol / semaphore

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

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

Closed vplasencia closed 4 months ago

vplasencia commented 4 months 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.