LibraryManager
LibraryManager copied to clipboard
Error when version field is not present in the libman.json file does not indicate that version is a required field.
Minimal repro steps
- Delete the
"version": "1.0"
field from a libman.json file. - Restore client side libraries
Expected result
The error informs that the version
field is required.
Actual result
The error message is:
Version "" is not supported by this version of Library Manager
/cc @justcla