btholt/complete-intro-to-react-v6

Parcel installation

ThierryHeinz opened this issue · 1 comments

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

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.