reZach / secure-electron-template

The best way to build Electron apps with security in mind.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn does not install dependencies correctly

reZach opened this issue · comments

yarn as a package manager does not currently work for the project. If you are using yarn, you'll have to follow these steps to install dependencies.

npm i
yarn import
yarn

Then, delete package.lock.json from the project.

--

You will get bonus points for helping resolve this bug (and all the gratitude of others who want to use yarn with this project 😄).

Seems to work fine for me with yarn 1.22.18 on Windows 10, Node v14.17.2

Thanks @whudson! I will close this as the issue seems to be resolved (we can re-open if necessary).