Whenever I attempt to execute npm start
or npm build
, an error occurs stating that
unknown: Entry /mnt/c/Users/kabre/Desktop/18-forkify/index.html does not exist
. I was informed that Parcel could be renaming my index.html automatically. It's a bit confusing for me as I am still in the early stages of learning Parcel and npm. Can anyone guide me on how to resolve this issue?