Error: Cannot find module 'express'. No changes done to project

I haven’t done any changes to my project since I was asleep and it was working correctly. Could anyone help?

1 Like

Hello @SWP360,

I think many people have been experiencing this, and that is a problem with glitch itself.
I Have asked the lead support team member and he has not gotten back to me yet!

@SWP360,

I have tried this before, on another project that had the same error,

Could you try copy the contents of the package.json file, Then delete the package.json, recreate it, and place the contents back into it and tell me if that makes anything work better for you!

That didn’t work still the same error

Can you try doing the following in your projects console:

rm shrinkwrap.yaml
enable-pnpm

in that order

(Glad this worked for you! :slight_smile: )

4 Likes