-
Notifications
You must be signed in to change notification settings - Fork 87
Error codes
When installing and restoring packages, errors can occur. Here's an index over known errors.
Unknown error. An exception occurred that wasn't handled by the individual providers.
Provider unknown. A unknown provider id has been specified. It could be because of a typo or a missing provider extension.
Unable to resolve source. This usually happens when the id
of the library is unknown to the provider, typically due to a typo or using the wrong provider.
Could not write file. The host (e.g Visual Studio) was not able to write the file into the project. It could be because of missing file permissions.
Manifest malformed. The libman.json
file contains syntax errors.
The "destination"
property is undefined in the libman.json
file.
The "library"
property is undefined in the libman.json
file.
The "provider"
property is undefined in the libman.json
file.