[Figure] database Neo4j initial deployment stepped pit

1, from http://we-yun.com/index.php/blog/versions-56.html or https://neo4j.com/ downloading the installation package neo4j

 

2, the configuration NEO4J_HOME variables, using% NEO4J_HOME% \ bin Path parameter added

 

3, using neo4j.bat console execution

Import-Module: The specified module could not be loaded "\ Neo4j- Management.psd1", because all valid module file is not found in any module catalog. 
Location F: \ 0003_KG \ 0000_Soft \ Neo4j -community- 3.5 . 6 -Windows-CHS- 3.0 . 0 the -with-the Samples \ bin \ neo4j.ps1: 27 characters: 14 
+ Import-Module <<<<   " $ PSScriptRoot \ Neo4j-Management.psd1 " 
    + CategoryInfo: ResourceUnavailable: (\ Neo4j-Management.psd1: String) [Import- Module], FileNotFoundException
     + FullyQualifiedErrorId: Modules_ModuleNotFound, Microsoft.PowerShell.Commands.ImportModuleCommand 
 
can not be" the Get -Args "item identifies the name of a cmdlet, function, script file or executable Please check the spelling of the name, if you include a path, make sure the path is correct, and then try again. 
Location F: \ 0003_KG \ 0000_Soft \ Neo4j -community- 3.5 of . . 6 -Windows-CHS- 3.0 . 0 the -with-the Samples \ bin \ neo4j.ps1: 28 characters: 22 is 
+ $ = the Arguments the args the Get-<<<<   $ args
     + CategoryInfo: ObjectNotFound: (a Get- the args: String ) [], CommandNotFoundException
     + FullyQualifiedErrorId: CommandNotFoundException 
 
can not be "the Invoke - Neo4j" item identifies the name of a cmdlet, function, script file or executable Please spell-check names, if you include a path, make sure the path is correct and try again. . 
location 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, modify the path, four .ps1 file modification, use the full path to the bin directory

5, run neo4j.bat console again

 

Guess you like

Origin www.cnblogs.com/defineconst/p/10992974.html