I’m getting the error: ‘Error: Cannot find module ‘express’’. I’ve looked it up, but I can’t seem to fix it. I tried running ‘pnpm i’ and ‘npm i’ but I get ‘EACCS: permission denied’. Any ideas on how to fix this?
1 Like
Hello @edwrddd
Can you go to your projects console and type the following:
rm shrinkwrap.yaml
enable-pnpm
and tell me if that helps at all!
2 Likes
Thanks, I got it to work. I had to delete and reinstall the file causing the issue. Thanks
2 Likes
Glad I could assist you!
If you have any more problems, then make sure to come back and we will help to the best of our ability!