When i initiate Catalyst project by running catalyst init command, i couldn't able to initiate, it throws an error.
Kindly give me solution to resolve this issue. I need to initiate a new project.
The error "Org identifier given is not valid" might occur if you have already initialized Catalyst project in the same directory, pointing to a different org ID.
To resolve this issue, delete the Catalyst configuration files such as .catalystrc and catalyst.json. Then, try initiating a project by running "catalyst init --force" command.