neo4j-ogm-bolt-driver

Unable to establish a neo4j - bolt driver connection in javascript

无人久伴 提交于 2019-12-10 13:11:24
问题 I am trying to create a connection between my html embedded javascript and my neo4j database by running the index.html in Chrome. I have reduced the source of the problem to 'neo4j' not being recognised. So the error thrown will be of the type: Cannot read property ['driver'/'basic'/etc...] of undefined. In this case I have assumed that 'undefined' is referring to 'neo4j', which would mean that I am not implementing 'neo4j-web.min.js' correctly. The below block of code is extracted from my