jonasschmedtmann / complete-javascript-course

Starter files, final projects, and FAQ for my Complete JavaScript course
https://www.udemy.com/the-complete-javascript-course/?couponCode=C3GITHUB10
15.76k stars 16.85k forks source link

Forkify project #388

Open LinnHtet20 opened 1 year ago

LinnHtet20 commented 1 year ago

Port "1234" could not be used Server running at http://localhost:37014
🚨 Build failed.

unknown: Entry D:\torrent\18-forkify\index.html does not exist

I tried many solution but it doesn't work

yosephw17 commented 1 year ago

hey have you found a solution?

akozdev commented 1 year ago

It's probably because NPM was initialized in the 18-forkify directory, but it should be intiialized in the 18-forkify/starter directory.

To solve this: 1) Move your package.json and package-lock.json files to the starter directory. 2) Run npm install. 3) Run npm start.

Note that you may also need to change the current directory in your Terminal. To do that, use the cd command, for example, if you're in the 18-forkify directory, running cd starter will change it to the 18-forkify/starter directory in your Terminal.

ManishBisht17 commented 7 months ago

thank you sir it works

ManishBisht17 commented 7 months ago

guys go to package.jason edit index.html into index.js it will work

MissLaiba1 commented 6 months ago

Sir It's not working for me I am getting error again and again anyone please help me

sahiljadhav7 commented 3 months ago

thanks sir for your help!🫡