I tried to run the repo locally on both Windows 10 and Mac OS, and have been unable to set it up successfully. I am new to the Node scene, so I'm not sure how to fix it.
Discovered issues:
I noticed there is a conflict with the package-lock.json file. If I delete that file and the node_modules folder once I run npm install it runs and the setup is added in without vulnerabilities.
Some possibilities:
I'm guessing there is either a dependency and/or file missing to package everything up together to serve it up.
I tried to run the repo locally on both Windows 10 and Mac OS, and have been unable to set it up successfully. I am new to the Node scene, so I'm not sure how to fix it.
Discovered issues:
npm install
it runs and the setup is added in without vulnerabilities.Some possibilities: