memgraph-platform icon indicating copy to clipboard operation
memgraph-platform copied to clipboard

If there is no Docker installed running script closes PowerShell on Windows

Open kgolubic opened this issue 1 year ago • 1 comments

When running an install script on a Windows box that has no docker a PowerShell is closed, and no error is displayed.

kgolubic avatar Feb 29 '24 10:02 kgolubic

This makes it hard to figure out what the problem is. Workaround is to turn transcript on prior to running the command:

start-transcript -Path install.log
iwr https://windows.memgraph.com | iex

minicehong avatar Aug 18 '24 14:08 minicehong