Im working with Intel Galileo gen 2 board with Linux galileo 3.8.7-yocto-standard image, but i cant use npm command here. When I type
npm -v
npm: command not found
I have also tried:
which npm
But I dont see anything so I think npm is not installed? When i type for node version:
node -v
v4.4.3
How can I install npm module (without apt-get -> image dont support that too)? Anyone had the same issues? Thanks for your advices....