Error creating new MVC project - EF and JQuery

后端 未结 6 892
一整个雨季
一整个雨季 2021-02-18 19:28

Whenever I create a new MVC project, I am getting an error - failed to initialize Powershell host, for the entity framework and Jquery. The error: The following packages failed

6条回答
  •  感动是毒
    2021-02-18 20:17

    One of the replies on the MSDN thread worked for me. Run PowerShell as an Administrator and run the following command:

    Set-ExecutionPolicy AllSigned
    

    See Using the Set-ExecutionPolicy Cmdlet for security implications.

提交回复
热议问题