I am new to reactjs apps.
but i want to deploy this
but the error message is
Jan 5 10:42:20 PM ==> It looks like we donât have access to your repo, but weâll try to clone it anyway.
Jan 5 10:42:20 PM ==> Cloning from GitHub - rphly/ejss-browser-editor: A browser-based EJSS simulation editor for the modern browser. Built on ReactjsâŠ
Jan 5 10:42:21 PM ==> Checking out commit d3092632fcef2975ea355c8141a15969148bf81f in branch master
Jan 5 10:42:25 PM ==> Running build command âyarn buildââŠ
Jan 5 10:42:25 PM yarn run v1.22.5
Jan 5 10:42:25 PM $ react-scripts build
Jan 5 10:42:25 PM /bin/sh: 1: react-scripts: not found
Jan 5 10:42:25 PM error Command failed with exit code 127.
Jan 5 10:42:25 PM info Visit yarn run | Yarn for documentation about this command.
Jan 5 10:42:25 PM ==> Build failed
Jan 5 10:42:25 PM ==> Generating container image from build. This may take a few minutesâŠ
how to i fix this?
âreact-scripts: not foundâ how and what to write?
thanks in advance.