I'm trying out the atom text editor, and I tried importing a project I'm working on into the workspace. However, when I ran the project, I got errors such as these:

The errors seem to say that p5.js can't read files starting with file:///, but I never created my files like that, so atom must be doing that. How can I avoid this error?
Thanks.