Skip to content

Running install.ps1 throws error #78

@Antonytm

Description

@Antonytm

Steps to reproduce

  1. Run .\install.ps1
  2. Enter $SqlServer, $SqlAdminUser ... $SolrService variables
    Actual result: error is thrown:

Exception calling "ReadKey" with "0" argument(s): "Cannot read keys when either application does not have a console or when console input has
been redirected from a
file. Try Console.Read."
At C:\Sources\Helix.Examples\install-modules\helix.examples.menu.psm1:38 char:5
$null = [Console]::ReadKey()
CategoryInfo : NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId : InvalidOperationException

image

Expected result: no exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    docRequires documentation updategood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions