BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.62k stars 1.7k forks source link

run-s is missing #655

Open CaledoniaProject opened 1 year ago

CaledoniaProject commented 1 year ago

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

JonasBK commented 1 year ago

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?

CaledoniaProject commented 1 year ago

@JonasBK Running homebrew nodejs 14.X on MacOS

JonasBK commented 1 year ago

@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..

CaledoniaProject commented 1 year ago

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

JonasBK commented 1 year ago

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