yarn does not install dependencies correctly
reZach opened this issue · 2 comments
reZach commented
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 😄).
whudson commented
Seems to work fine for me with yarn 1.22.18 on Windows 10, Node v14.17.2