Am new to coding, I have cloned this GitHub repository
https://github.com/TribeZOAGit/zoa_ussd
it happens to be missing the package.json file, so how do I create a package.json file for the already existing project.
I can't tell which dependencies.
npm init command creates the package.json file but with no dependencies.
After I cloned the repo, npm start throwing error
"Missing script start" Then I found package.json file was missing
npm init was meant to create the file but packages were not in the file, neither were dependencies nor scripts.
How do I addresse this issue
Thanks