Monday, 22 May 2017

Quickest way to install Node.js on Raspberry pi

I have installed node.js on about 9 pis now. The fact that the make command takes about 4 hours destroys my soul a little bit every time.

I have tried to run the command over multiple jobs with 'make -j $(nproc)' although it only took 2 hours, the make install command now takes like 2 hours.

My question is. Is there a way to get the latest version of node.js on the raspberry pi in under an hour?

i have checked out cross compiling, but it seems very complicated. Specially seeing as i have a windows machine.

Thanks



via user199961

No comments:

Post a Comment