Closed
Description
I am installing this product for instructions https://www.openproject.org/open-source/manual-installation/manual-installation-4-0/ and it requires version node 0.10.x
I tried to compile Node from source on Ubuntu 14 for ARM version node-v0.10.33 and node-v0.10.41 configured both versions are compiled and installed with no problems, but npm does not work!
Example output:
root@odroid-server: ~ # node -v
v0.10.33
root@odroid-server: ~ # npm -v
Segmentation fault (core dumped)