Neo4j Graph Database Platform
Windows installation - Operations Manual
This section describes how to install Neo4j on Windows.
Neo4j version: 4.2.1, community editionOS: Windows 7Java version: 1...
oh, I found it is a bug in neo4j-community-4.2.1\bin\Neo4j-Management\Invoke-Neo4j.ps1
at line 104, there is a line like that
$thisServer.AdditionalArguments = $AdditionalArguments
when I run it in Windows 7 , the variable $AdditionalArguments is a ...
if you use win 7 , you need modify the file "neo4j.ps1" in bin path
modify the line
Import-Module "$PSScriptRoot\bin\Neo4j-Management.psd1"
to
Import-Module "your installation dir"\bin\Neo4j-Management.psd1"