I am having problem running (on my local machine I just got) a nodejs app I downloaded from github with mongodb database.
I have installed node js lastest version, I also ran npm install to download the packages and dependencies from vscode terminal and i got an error which i screenshotted
I was expecting to be able view the app on my local machine on localhost:3000, i Created this app on my old laptop but want to view it on my new laptop, I had pushed the files to my github repo. I left coding for while now cant my way around
Top comments (4)
It looks like your
ligherosite-master
directory has anotherligherosite-master
directory inside and the internal one is from where you should runnpm install
.Ok thanks Pawel, Ill check it out
After running npm start, this was the error i got in the screnshot. The application
has a mongodb database, seems it not connecting
It seems so, I don't know anything about MongoDB though, especially from nodejs.