Can you post your “index.html” file?
p5.js itself is a regular .js library file, not a module 1.
Indeed they’ve never yet cared about using ECMA module (.mjs) files in the browser!
But weirdly, they do care about Node.JS’ Common module (.cjs) files, even though p5.js isn’t a backend library, but a frontend 1!