STM32MP157C-DK2 installing node.js without rebuilding image
Hi,
i want to use node.js on STM32MP157C-DK2. I found this post https://community.st.com/s/question/0D50X0000B0xovG/installing-nodejs-on-the-stm32mp1 , but I dont want to rebuild the image
Is there a way to install node.js without rebuilding the image?
I tried this raspberryPi-tutorial: https://www.instructables.com/id/Install-Nodejs-and-Npm-on-Raspberry-Pi/
This works fine until I want to check the version with
node -vI get following error:
node: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory thanks in advance
Lukas
