You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use patch-package to patch our project in the meantime and have updated node_modules/@jest/transform/build/ScriptTransformer.js with the diff.
However, when I run yarn patch-package jest, it says there's no diff (possibly because technically the path is to node_modules/@jest instead of node_modules/jest. But if I run yarn patch-package @jest, then it says @jest is not in package.json
Any pointer for this situation? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi @ds300 !! Oh brilliant 👍 ✨ That totally fixed the problem. Thanks so much for your lightning reply. You made my day, sir! 🙏 The patch works perfectly!
Hi everyone! Crossposting this question from
jest
here 😁source: jestjs/jest#7811 (comment)
I'm trying to use
patch-package
to patch our project in the meantime and have updatednode_modules/@jest/transform/build/ScriptTransformer.js
with the diff.However, when I run
yarn patch-package jest
, it says there's no diff (possibly because technically the path is tonode_modules/@jest
instead ofnode_modules/jest
. But if I runyarn patch-package @jest
, then it says@jest
is not in package.jsonAny pointer for this situation? Thanks a lot!
The text was updated successfully, but these errors were encountered: