Information Security Projects - Anonymous Message Board

Tell us what’s happening:

I have completed all the tests but I still seem to not be allowed to pass due to some unknown error. I have also set NODE_ENV value to ‘test’ but it still doesn’t work. Please help me.

###Your project link(s)

githubLink: Glitch :・゚✧

solution: Glitch :・゚✧

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Information Security Projects - Anonymous Message Board

I get an error on your Glitch when I remix it.

I think it is because you updated the dependencies and they are now using ESM modules. You can try updating the node version Glitch is using (I think V16 should work, but I didn’t test it).

Or downgrade back to the original versions of the dependencies in the starting boilerplate.

import fn from './lib/http.js';
       ^^
SyntaxError: Unexpected identifier

I tried all 2 of your methods but the result is still the same? Can I add you to the project and can you edit for me?

You have to complete the project yourself

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.