I just did an update from version 2.10.1 to version 2.15.0. Furthermore I ran "npx @prisma/codemods update-2.12 ./". Then times only the single findUnique transform. However always the same result comes out:
PS C:AppBackend> npx @prisma/codemods findUnique ./ --print
Executing command: jscodeshift --print --verbose=0 --ignore-config=.gitignore --ignore-pattern=**/node_modules/** --
extensions=tsx,ts,js,tsx --parser=tsx --transform
C:AppBackend
[email protected] ./
No files selected, nothing to do.
All done.
Results:
0 errors
0 unmodified
0 skipped
0 ok
Time elapsed: 0.035seconds
Why does codemods not recognize the files in my project?
https://github.com/prisma/codemods
question from:
https://stackoverflow.com/questions/65835998/prisma-codemods-doesnt-transform-findunique 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…