Could you please check that you have "express-jwt": "5.3.1",
listed in the dependecies
in your package.json
If you do can you please run npm i -s
and then try to run your server again?
If you do not have the line can you please try to manually add it to the dependencies
in package.json
?
Let me know if it helps