Unable to run the "yum" command
BP
yum command won't work here because it's not a red hat linux. But you can use npx, for example
npx create-next-app@latest
. Note that even though you can create a front-end app there, there is not way right now to expose the front-end server to a specific port. Is your goal to also manage your front-end development in the Hiro platform along side your clarity contract ?C
Craig Moseley
BP, Thanks for your reply. Yes, I also want to manage front-end development with the clarity contract. Do you have any suggestions?