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
my yarn version in package.json in project root folder is "packageManager": "[email protected]+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
when i run npx taze -r -w, the packageManager was replaced to "packageManager": "[email protected]"
i hope i can ignore packageManager check but still check for deps in "dependencies" and "devDependencies" in package.json
Clear and concise description of the problem
my yarn version in package.json in project root folder is
"packageManager": "[email protected]+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
when i run
npx taze -r -w
, thepackageManager
was replaced to"packageManager": "[email protected]"
i hope i can ignore packageManager check but still check for deps in "dependencies" and "devDependencies" in package.json
Suggested solution
Will the --exclude parameter solve my problem?
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: