Upgrade to Liana v6

I’m attempting to upgrade to Liana v6 and receiving this error when running “npm start”. I’ve followed the changed in the upgrade guide exactly as described.

Hello @liranco!

I am sorry to read that you are facing some issues with ForestAdmin.

Could you please run npm list express-jwt command in your console and paste here the output?

Thank you

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

That fixed it, thanks.