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
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.