tbakerx / react-resume-template

A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
https://reactresume.com
MIT License
1.88k stars 1.43k forks source link

Missing .yarn folder #106

Closed HeinzKetchup57 closed 1 year ago

HeinzKetchup57 commented 1 year ago

.Yarn plugin folder should be added to repo or you will get the following error:

31m[1mInternal Error[22m[39m: Cannot find module 'C:\Users[UserName]\Documents\GitHub\react-resume-template.ya rn\plugins\@yarnpkg\plugin-interactive-tools.cjs' Require stack: ' C:\Users[UserName]\AppData\Local\node\corepack\yarn\3.6.1\yarn.js

Otherwise, you need to add instructions to:

  1. delete .yarnrc.yml
  2. yarn plugin import interactive-tools
tbakerx commented 1 year ago

Thanks for pointing this out, this will be fixed momentarily.