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
33 | "engines": {
> 34 | "node": ">=18.12.1"
| ^^^^^^^^^^^ 👈🏽 const must be equal to constant
35 | },
but I wonder if we could do better. We already know the constant value from the schema, could we not include that in the error message? Or is that outside the scope of this project?
The text was updated successfully, but these errors were encountered:
I know we are using the raw message and just passing it along:
but I wonder if we could do better. We already know the constant value from the schema, could we not include that in the error message? Or is that outside the scope of this project?
The text was updated successfully, but these errors were encountered: