btholt / complete-intro-to-react-v6

learn React.js with Brian Holt
https://frontendmasters.com/courses/complete-react-v6/
Other
1.47k stars 214 forks source link

Parcel 1.12.3 Build fails #54

Open RitikJaiswal75 opened 3 years ago

RitikJaiswal75 commented 3 years ago

While installing parcel@1.12.3 i get a bunch of errors and the parcel does not show up in the dev dependencies.

RitikJaiswal75 commented 3 years ago

I tried this but it did not solve my issue. https://github.com/btholt/complete-intro-to-react-v6/issues/45

RitikJaiswal75 commented 3 years ago

2021-11-04T02_53_59_805Z-debug.log This is my debug log

sabinaHH commented 2 years ago

@RitikJaiswal75 I faced the same issue and after much trial and error, I figured out that the location of the project folder was causing the problem for me. I had it nested within a few folders (you know, trying to keep my files organised) but for whatever reason, VS Code didn't appreciate my organisation skills.

I moved the adopt-me folder outside of the nested folders and the installation of parcel worked perfectly. In Brian's "Including Vanilla React & Project Setup", he creates the adopt-me folder on his desktop.