[solved] .pnp.cjs gets deleted when running yarn install #5254
Unanswered
plcferreira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a project running with yarn PnP and things were running smoothly.
In my local machine however, I must have done something wrong because now whenever I run "yarn install" the .pnp.cjs file and .pnp.loader.mjs are getting deleted.
Not sure what went wrong...
Any help is appreciated.
Edit:
Apparently after deleting the node_modules folder (i didn't even notice it was there 😮💨 ) it all went back to normal...
Beta Was this translation helpful? Give feedback.
All reactions