Skip to main content
Solved

"Unsupported blocks cli version..."

  • April 15, 2020
  • 2 replies
  • 21 views

Forum|alt.badge.img+18

I’m seeing this error today in my custom block, but don’t think that I’ve changed anything dramatically in my code. Can someone tell me the fix? Thanks.

Best answer by Stephen_Suen

Can you try upgrading to the latest version of the CLI?

$ npm install -g @airtable/blocks-cli@latest

2 replies

Stephen_Suen
Forum|alt.badge.img+19
  • Employee
  • 83 replies
  • Answer
  • April 15, 2020

Can you try upgrading to the latest version of the CLI?

$ npm install -g @airtable/blocks-cli@latest

Forum|alt.badge.img+18
  • Author
  • Inspiring
  • 326 replies
  • April 15, 2020

Can you try upgrading to the latest version of the CLI?

$ npm install -g @airtable/blocks-cli@latest

That did the trick. Thanks!