I am getting the below error message
Import-Module : The specified module '\Neo4j-Management.psd1' was not loaded be
cause no valid module file was found in any module directory.
At C:\Users\JOGENDR\Desktop\neo4j-community-3.5.2\bin\neo4j.ps1:27 char:14
- Import-Module <<<< "$PSScriptRoot\Neo4j-Management.psd1"
- CategoryInfo : ResourceUnavailable: (\Neo4j-Management.psd1:Str
ing) [Import-Module], FileNotFoundException - FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Comm
ands.ImportModuleCommand
- CategoryInfo : ResourceUnavailable: (\Neo4j-Management.psd1:Str
The term 'Get-Args' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At C:\Users\JOGENDR\Desktop\neo4j-community-3.5.2\bin\neo4j.ps1:28 char:22
- $Arguments = Get-Args <<<< $args
- CategoryInfo : ObjectNotFound: (Get-Args:String) , CommandNot
FoundException - FullyQualifiedErrorId : CommandNotFoundException
- CategoryInfo : ObjectNotFound: (Get-Args:String) , CommandNot