run-s is missing
Opened this issue · 5 comments
CaledoniaProject commented
run-s
is missing on nodejs, I had to replace it with npm run -s
, is that expected behavior?
JonasBK commented
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
@JonasBK Running homebrew nodejs 14.X on MacOS
JonasBK commented
@CaledoniaProject hmm.. The neo4j install instructions say, 'Do not install from brew':
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
This has nothing to do with neo4j, it's a nodejs packages.json issue
JonasBK commented
Yes, I was wondering if nodejs should not be installed using homebrew, just like the neo4j should not.