Iam new to sharepoint framework and Iam currently following the official microsoft document as a reference https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part to install the developer certificate Iam running the following command
gulp trust-dev-cert
but Iam getting the following error when executing the above command
CertUtil: -addstore command FAILED: 0x80070538 (WIN32: 1336 ERROR_INVALID_ACL)
CertUtil: The access control list (ACL) structure is invalid.
Error - [trust-cert] Certificate trust failed with an unknown error.
Error - 'trust-cert' sub task errored after 3.83 s
Error trusting development certificate.
please help me out to make the development certificate trusted by sharepoint framework
User contributions licensed under CC BY-SA 3.0