Skip to main content

I get to the Blocks install step and receive this error(I am using a mac OS with the npm V14). I was uncertain if there was a configuration or setting that I missed.



Initializing block using https://github.com/Airtable/apps-hello-world template





❌ Something failed! Cleaning up…



❌ Error: TAR_BAD_ARCHIVE: Unrecognized archive format

For me, I had to update to the latest version of node and npm to get it to work. Also on macOS Big Sur. Using npm 6.14.9 and node v15.3.0.


Reply