devbf

Results 2 comments of devbf

I had the problem that I could not run npx commands like `npx tailwindcss -i ./tailwind.css -o ./wwwroot/styles.css` due to the missing signature and could not run `set-ExecutionPolicy RemoteSigned -Scope...

Had the same issue, solved it by adding [this](https://www.nuget.org/packages/Microsoft.Web.WebView2) SDK via NuGet. This [article](https://docs.microsoft.com/en-us/microsoft-edge/webview2/#getting-started) helped me resolving this.