[meta/dependencies] Could not read: heapdump
-
I'm setting up NodeBB, running Node V0.12.0, with Redis for Windows V 3.0.X.
After running npm install, and then node app --setup, I ran node app and I get the following
error:
[meta/dependencies] Could not read: heapdumpAny ideas?
-
Just ran into this issue with a fresh nodebb install. I didn't have python setup correctly.
Made sure python 2.7 (not 3.x) is setup and the
python
command works. Thennpm install
again. Fixed it for me.
Copyright © 2024 NodeBB | Contributors