Somehow, the logs are saying that I have to install a package, but it is already installed…
And when I run the command in the console, it just keeps on returning the same error.
Hey @anon7375287 if you’re having installation-related problems (which it sounds like you might be) running enable-pnpm in the console typically resolves them by kicking off a new installation. You’ll want to watch the logs carefully to see if any errors pop up during the installation.
If that doesn’t help please provide your project name and someone may be able to take a look.
Yes, after the installation, it’s saying ERROR ENOENT: no such file or directory, chmod '/rbd/pnpm-volume/9ac8312c-2284-4b48-a520-f310001dbc9a/node_modules/transliteration/dist/bin/transliterate
But on another bot I made, it is not showing that error, while it has the same package.
I ran enable-pnpm in this project’s console and everything appeared to install properly and I’m not seeing any error messages. I think you may just have run into different installation problems on different installs.