herbsjs / herbs-cli

Herbs CLI
https://herbsjs.org/
MIT License
29 stars 30 forks source link

Error encrypt SQL Server connection String #162

Closed tadvortx closed 1 year ago

tadvortx commented 1 year ago

Describe the bug

When I try to run a template project with SQL Server, I get an error involving encrypt

To reproduce

Open a linux console on windows, or run it on a linux computer:

  1. Install Herbs-cli with npm i -g @herbsjs/herbs-cli
  2. Run herbs new
  3. Choose SQL Server
  4. Run project with your connection String

Screenshot

image