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
The error message, if someone has the near-sdk dependency as anything like near-sdk = "4.0.0" or near-sdk = "4.1.0-pre.1, the error message is:
ERROR: near-sdk dependency should be a table
Which is very unhelpful and does not indicate why this is failing. Ideally, for previous versions it should indicate what the minimum SDK version supported is, and for ones that don't apply the abi feature, it should either indicate that it is required or be able to add that feature automatically.
The error message, if someone has the
near-sdk
dependency as anything likenear-sdk = "4.0.0"
ornear-sdk = "4.1.0-pre.1
, the error message is:Which is very unhelpful and does not indicate why this is failing. Ideally, for previous versions it should indicate what the minimum SDK version supported is, and for ones that don't apply the
abi
feature, it should either indicate that it is required or be able to add that feature automatically.cc @shelegdmitriy
The text was updated successfully, but these errors were encountered: