I get the following error on the console after running the code, regardless if I change anything in it:
Am I doing something wrong or it’s not my fault?
I get the following error on the console after running the code, regardless if I change anything in it:
Am I doing something wrong or it’s not my fault?
You might not have express in your package.json
Same problem, dependecies were just fine.
Using the repl.it starter, I was still needed to run ‘npm install express’.
then it works😎
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.