redacted for privacy
Hey @redacted44901 we had some technical difficulties a little bit ago that could have affected your project. Can I ask you to run enable-pnpm in your project’s console one more time to see if your project was caught up in all of that and if that resolves the issue?
Sorry for the bother!
redacted for privacy
Can you share your project name so someone can take a closer look? Or at least the contents of your package.json file?
redacted for privacy
Ok, at least one problem is that you’re including node
as a dependency. That confuses things and can get pnpm all gummed up in recursive package resolution. First thing I’d suggest is to remove that from your dependencies
property and running enable-pnpm again.
redacted for privacy
redacted for privacy
remove node-gyp
from the package.json aswell, and tell me if that helps in any way!
redacted for privacy
Your welcome! Glad I could be of assistance