-
Notifications
You must be signed in to change notification settings - Fork 3k
Incorrect warning about engineStrict #7492
Comments
That's a really cool bug. Added: |
This was a surprisingly tricky bug to address, but I ultimately realized that this warning, like many others, is really only useful to package maintainers. That means you only care about |
my error output like this. how to fix it? npm WARN engineStrict Per-package engineStrict (found in package.json for cordova) |
@aa6my I don't see an error in the log you've posted. I just see a few warnings, which in many cases can usually be ignored without consequences. |
Plus I tweaked that behavior some more in |
The problem is there's no
engineStrict
in npm-bump's package.json. ;) It used to be there but I removed it. I've checked after the installation:The text was updated successfully, but these errors were encountered: