Terminal Login issue

Hi,
I try to install react example:
npx prismic-cli@latest theme --theme-url GitHub - prismicio/reactjs-blog --conf src/prismic.js

but I have a login issue:
creating prismic repository... Invalid custom types format
Prismic: Press any key to open up the browser to login or q to exit:

I am logged in but I got an error in terminal.

How can I fix it?

Hi @rezso.dubiczki ,

Welcome to the Prismic community.

I have reported this issue to our dev team, and I will let you know in case of any updates,
Fares

Hello @rezso.dubiczki. Please use this command instead

npx prismic-cli@latest theme --theme-url https://github.com/prismicio/reactjs-blog --conf src/prismic.js
1 Like