- Issue created by @jcmartinez
- πΊπΈUnited States jcmartinez Raleigh, NC, USA
While figuring out why I couldn't run `yarn install,` I deleted the file yarn.lock.
Later, after downgrading to Node ver. 14, I could run `yarn install`, but I couldn't get `gulp watch` to complete.
By restoring the original yarn.lock file, I was able to get `gulp watch` working.
Please add the following text to the description of this theme:
Before you can run `yarn install`, ensure your Node version is not newer than 14. The yarn.lock file provided is required to install the proper version of the different Node modules.