【图数据库】Neo4j初次部署踩坑
时间:2021-07-01 10:21:17
帮助过:81人阅读
-community-
3.5.
6-windows-chs-
3.0.
0-with-samples\bin\neo4j.ps1:
27 字符:
14
+ Import-Module <<<<
"$PSScriptRoot\Neo4j-Management.psd1"
+ CategoryInfo : ResourceUnavailable: (\Neo4j-Management.psd1:String) [Import-
Module], FileNotFoundException
+
FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
无法将“Get-
Args”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后重试。
所在位置 F:\0003_KG\0000_Soft\neo4j-community-
3.5.
6-windows-chs-
3.0.
0-with-samples\bin\neo4j.ps1:
28 字符:
22
+ $Arguments = Get-Args <<<<
$args
+ CategoryInfo : ObjectNotFound: (Get-
Args:String) [], CommandNotFoundException
+
FullyQualifiedErrorId : CommandNotFoundException
无法将“Invoke-
Neo4j”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后重试。
所在位置 F:\0003_KG\0000_Soft\neo4j-community-
3.5.
6-windows-chs-
3.0.
0-with-samples\bin\neo4j.ps1:
29 字符:
19
+ Exit (Invoke-Neo4j <<<< -Verbose:$Arguments.Verbose -
Command $Arguments.ArgsAsStr)
+ CategoryInfo : ObjectNotFound: (Invoke-
Neo4j:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
4、路径修改,4个.ps1文件修改,使用全路径指向bin目录
5、再次运行neo4j.bat console
【图数据库】Neo4j初次部署踩坑
标签:安装包 函数 invoke versions index 图数据库 col command 安装