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 installation #45

Closed ThierryHeinz closed 3 years ago

ThierryHeinz commented 3 years ago

Hello,

I have an issue with the installation of Parcel. The installation fails when trying to install deasync ( I think ).

Here is the debug log: 2021-08-16T12_37_02_610Z-debug.log

Is anyone having the same problem with windows x64 ? Thanks in advance

ThierryHeinz commented 3 years ago

I solved this by installing node-gyp.

npm install -g node-gyp

and after that I could install parcel@1.12.3 and react, babel etc.