I am trying to create a custom gutenberg block to use in the wordpress gutenberg editor but when trying the command: npx @wordpress/create-block test-block
it starts with installing a few things but all of a sudden I get:
npx: installed 126 in 13.341s
Unexpected token .
What is causing this?
I am following this tutorial: https://kinsta.com/blog/gutenberg-blocks/ except I am not using any of the hosting options from the tutorial since I have my own wordpress installation already running (locally).