treyhboy / Mint

A barebones Node.js app using Express 4.
94 stars 127 forks source link

Launching not working #111

Open programmer686 opened 2 years ago

programmer686 commented 2 years ago

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...

Zubiii commented 2 years ago

Hey @treyhboy, assign this issue to me so I can resolve this.