I wanted to help with the UI so i cloned the repo but I am finding that their is a lot of problems when trying to launch, for example when I "npm start" it, it said cannot import if not in a module. I was able to fix that by by "npm install", this is all in the server.js file. Then when I went to "npm start" again it came back saying app.use is not a function, which is correct. Where it is first declared in the file it is a variable, const app = express. I tried changing it to a function but it did not work. I can keep going adding it but I do not want to make so many changes in these files that when I go to merge it does not pan out with the original.. Help plzs...
I wanted to help with the UI so i cloned the repo but I am finding that their is a lot of problems when trying to launch, for example when I "npm start" it, it said cannot import if not in a module. I was able to fix that by by "npm install", this is all in the server.js file. Then when I went to "npm start" again it came back saying app.use is not a function, which is correct. Where it is first declared in the file it is a variable, const app = express. I tried changing it to a function but it did not work. I can keep going adding it but I do not want to make so many changes in these files that when I go to merge it does not pan out with the original.. Help plzs...
Thanks...