I am simply trying to make a auto-rank bot using glitch.com which would rank someone, when said person reaches a specific amount of XP. (For now, I just want it to work upon joining so I see that the ranking works)
I have tried a lot of tutorials and other forum posts but I keep bumping into the same problem:
When I use tutorials and forum posts about glitch.com, I keep getting the error message “Error: Cannot find module ‘express’”, but when I use “npm i express” in the terminal of glitch, I face a new error message stating “SyntaxError: Unexpected token ‘??=’”.
Roblox itself doesn’t give me any error, only glitch does provide the errors that I stated above.
I managed to get rid of the “Error: Cannot find module 'express” error, but when I am faced with the Unexpected Token error, I keep getting stuck.
I appreciate every sort of help and support!