microsoft / Viva-Connections-Extensibility-Beta

38 stars 6 forks source link

SPFx 1.13.0-beta 5 issue: gulp trust-dev-cert does not work anymore #14

Closed jansenbe closed 3 years ago

jansenbe commented 3 years ago

Versions

[ Win10 ] Operating System [ v14.17.0 ] Node version [ 4.0.2 ] Gulp version [ 1.13.0-beta 5 ] SPFx Generator version (npm list -g @microsoft/generator-sharepoint)

Expected or Desired Behavior

gulp trust-dev-cert uses certutil.exe to add a cert to the local cert store

Observed Behavior

image

Note the comma in the path to certutil.exe, guess that's the reason why the exe cannot be found. The exe is present on the system. Using SPFx 1.12.1 on the same machine works.

Steps to Reproduce

call gulp trust-dev-cert from a scaffolded SPFx 1.13.0-beta 5 solution

jansenbe commented 3 years ago

Duplicate of #3