Make sure that the file index.htm exists in the correct directory where Node.js is trying to access it. Verify the path to ensure there are no typos or mismatches. If you are using a relative path, confirm that the index.htm file is in the expected directory.
Check also the file extension, file permissions, and the server logs for more details !
It's a good start !