So I've tried following this tutorial; https://user-guides.prismic.io/en/articles/2933292-sample-blog-with-api-based-cms-gatsby-js
I'm currently using the primsic-cli@3.7.11 and executed the following command;
prismic theme --theme-url https://github.com/prismicio/gatsby-blog --conf prismic-config.js
This command however does not create a corresponding repository, I'm missing some lines in my terminal.
prismic theme --theme-url https://github.com/prismicio/gatsby-blog --conf prismic-config.js
We are checking the theme integrity
Let's get to it!
? Name your prismic repository: xxx
? Local folder to initalize project: xxx
Initialize local project
Running npm install...
There's a line missing here which tells me I can visit the new repository online. Does anyone happen to know why this command fails?
Thanks in advance!