I am running a Glitch Project (It’s a Discord Bot) and I have some packages who are great, but since yesterday, my bot is returning the same issue over and over again.
It tells me that the package is not installed, while it clearly is installed.
I tried to pnpm i -g pnpm and it returned an error instead of updating the pnpm system.
After that, I did pnpm rebuild and that worked… But it is still returning the same issue over and over again.
How can this be fixed?
Ask @Callum-OKaneif you need help with solving the same issue as me. He can fix this for you
I did rm shrinkwrap.yaml in console and it returned: rm: cannot remove ‘shrinkwrap.yaml’: No such file or directory
I also did enable-pnpm and it restarted the project.
The problem was that one of your npm modules were giving an error for unfound version, so I set the version for glitch to find to * and that fixed it, and now everything works!
If you have any more problems, do not hesitate to ask for help!