Please help me with this error I am encountering while running npm run build
for a simple portfolio website I am creating using HTML, CSS, JavaScript, and Vite. The error message I receive is as follows:
RollupError: Could not resolve "./src/main.js" from "index.html"
I have Node installed, and I'm not sure what is causing this error. Thank you for any assistance you can provide.