I encountered an issue while trying to create a new CLE project using Yarn. Following the instructions provided in the documentation, I attempted to create a project using the following command:
However, the command failed to complete successfully. I received the following error message:
error An unexpected error occurred: "https://registry.yarnpkg.com/create-ora: Not found".
Interestingly, when I attempted the same process using NPM with the command:
the project creation succeeded without any issues.