BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run-s is missing

CaledoniaProject opened this issue · comments

run-s is missing on nodejs, I had to replace it with npm run -s, is that expected behavior?

Hi @CaledoniaProject,

No, that is not expected. I do not have that issue on Windows with node.js v16.15.0.
What version of node.js are you running and what OS?

@JonasBK Running homebrew nodejs 14.X on MacOS

@CaledoniaProject hmm.. The neo4j install instructions say, 'Do not install from brew':
image

I wonder if it could be an issue with homebrew for nodejs as well..

I am not a macOS user, so I am just guessing here..

This has nothing to do with neo4j, it's a nodejs packages.json issue

Yes, I was wondering if nodejs should not be installed using homebrew, just like the neo4j should not.