Closed nicholasess closed 9 years ago
had this problem too, work around for future reference:
from neo4j gui > settings > 'open command prompt'
then:
C:\ > neo4jshell
neo4j-sh (?)$ start
Very strange guys, I haven't encountered this. Can you tell me:
node --version
)npm ls neo4j
)I'm working on an update to this template app for node-neo4j v2: pull #18.
The code is done, I just need to update the docs (but they're mostly unchanged). Can you try it out and tell me if you get this same error there?
running windows 8.1 if that helps
node --version
v0.10.38
npm ls neo4j
NodeNeo4jTemplate@0.0.1
└── neo4j@1.1.1
and neo4j 2.2.2
i'll test the new version over the weekend.
Cool, given that you're running Neo4j 2.2, it probably has to do with auth, which node-neo4j v2 adds support for. Looking forward to seeing what you find.
I just merged the v2 branch into master, so you should also see this problem go away if you update to the last master.
(You'll need to re-run npm install
.)
it works now
Great! I'll go ahead close this. Anyone should feel free to re-open if still an issue.
I have a database neo4j empty and when i click in View all users, put in terminal error:
TypeError: Object #
What can i need to do?