I hope that someday you upload a second part of how the deployment would be and then continue editing with tina, Good video is the only one on youtube you deserve the best in the world for your initiatives.
3:25 Hello good video when I do the whole process I get the following error I ask if you have any knowledge about why this happens to me. : Unknown Syntax Error: Extraneous positional argument ("dev'"). $ tinacms dev [--experimentalData] [--isomorphicGitBridge] [-p,--port #0] [--datalayer-port #0] [-c,--command #0] [--rootPath #0] [-v,--verbose] [--noSDK] [--noTelemetry] [-w,--watchFolders #0] [--noWatch] [--outputSearchIndexPath #0
Try and run this in the directory: rm -rf node_modules && npm install ...Also make sure you copied the dev command exactly into the scripts of package.json: "dev": "tinacms dev -c 'astro dev'",
@@shadowstack it didn't work for me but it does when i run npx tinacms dev -c "astro dev --port 4321". i must have some problem :( but is it wrong to run it this way?
@@ArnyDesktop I think its fine, weird that you have to specific port 4321 as I didnt have to. Glad its working in some capacity. You should be able to adjust the dev script in package.json now with the command that works for you
Great explanation, was wondering how I would go about setting this combo up.
I hope that someday you upload a second part of how the deployment would be and then continue editing with tina, Good video is the only one on youtube you deserve the best in the world for your initiatives.
Very kind of you! If I have time I will make part 2. The good news is not much more is required for the deployment and editing.
@@shadowstack 🙏🥹Great
Awesome video man, I am waiting to get more frequent content from this channel.
Super! Let's have more videos related to Astro ❤🔥❤🔥
Maestro write a tutorial on how to create pagination in project astro... Please !!!!
I can do that!
3:25 Hello good video when I do the whole process I get the following error I ask if you have any knowledge about why this happens to me. :
Unknown Syntax Error: Extraneous positional argument ("dev'").
$ tinacms dev [--experimentalData] [--isomorphicGitBridge] [-p,--port #0] [--datalayer-port #0] [-c,--command #0] [--rootPath #0] [-v,--verbose] [--noSDK] [--noTelemetry] [-w,--watchFolders #0] [--noWatch] [--outputSearchIndexPath #0
Try and run this in the directory: rm -rf node_modules && npm install ...Also make sure you copied the dev command exactly into the scripts of package.json: "dev": "tinacms dev -c 'astro dev'",
@@shadowstack it didn't work for me but it does when i run npx tinacms dev -c "astro dev --port 4321". i must have some problem :( but is it wrong to run it this way?
@@ArnyDesktop I think its fine, weird that you have to specific port 4321 as I didnt have to. Glad its working in some capacity. You should be able to adjust the dev script in package.json now with the command that works for you
I know it's very late, but the following worked for me.
"dev": "tinacms dev -c \"astro dev\""
I found it in the Astro documentation.
@@frangnz that worked for me too!