I ran the command npx create-guten-block arion-related-posts as suggested, in wp-content/plugins, The installation took a minute, and after that, the arion-related-posts folder had 2 files.
package.json
{
"name": "arion-related-posts-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
}
}
and a .gitignore for the node_modules
The scripts, don't seem to be working either.
I have:
Node version 16.13.0
NPM version 8.1.0
Windows 10