Wallaby.js compatibility with pnp.cjs? #4439
Unanswered
jbaccarelli-equinix
asked this question in
Q&A
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm having a million issues trying to run wallaby.js with pnp enabled.
As soon as I configure
nodeLinker: node-modules
everything starts to work again.I've tried every tutorial and thread online to make this work with the zip files but i can't find a solution.
My last idea would be to somehow tell yarn to install node_modules normally for my local version of the repo, but without modifying the cache or leaving any committable trace behind.
Maybe some command like
yarn install --nodeLinker node_modules
that would not modify the pnp.cjs file or .cache.Is there something like that? or does anyone have any ideas how to get this going?
Thanks and regards
Beta Was this translation helpful? Give feedback.
All reactions