I think it is a bug from Glitch, because express is loading normally. Here is a link to the code so you can test:
Hi @8bitpravibyte, welcome to the Glitch forum! I remixed your project and took a look – I noticed that there was an error of “invalid name
” coming from the package.json
file. I think that the package.json
“name” attribute has to be a value with no spaces in it. When I changed the name from “File Metadata Parser” to “File-Metadata-Parser”, all of the dependencies logged out as successfully downloaded! Let me know if this doesn’t fix it or if I can explain any parts of that more clearly
2 Likes