/Users/jt/Source/nushell) 10/ "bob"
Error: nu::parser::unsupported_operation (link)
× Types mismatched for operation.
-[entry #20:1:1]
1
10 / "bob"
string
doesn't support these values.
int
help: Change int or string to be the right types and try again.
03/16/2022 06:46:06 AM
Explanation
The image shows an error message from a program called 'nushell'. The error indicates a type mismatch during an operation where it tried to perform a mathematical operator between 10 and bob strings. The error message suggests changing either the integer or the string to compatible types to resolve the issue.