I apologise if this is in the incorrect section of the forum, please feel free to move it accordingly if so.
-
I'm having some trouble installing NodeJS, I'm new to this and as a result am attempting to follow a guide online (outofcontrol.ca/blog/comments/installing-node-bower-and-gulp-on-a-cpanel-box)
I first noticed that there was no 'usr/local/src' directory, but a 'usr/local/share' which I assumed was a shared file between users so I attempted to wget the NodeJS library from there, but unfortunately I ran into some permission issues which I couldn't seem to get around. So, I simply attempted to install NodeJS via the home/public_html directory and it all worked fine until I came to the 'make install' from which I received one error, again regarding permissions:
[Errno13]Permission denied:'/usr/local/include/node/')
I believe it can be fixed by using some form of 'sudo' prefix when attempting to make install, however, I'm incredibly new to this and am not sure how to do so... Also, I'm attempting to do this via SSH.
Thanks for any feedback regarding this...
Jerba
-
I'm having some trouble installing NodeJS, I'm new to this and as a result am attempting to follow a guide online (outofcontrol.ca/blog/comments/installing-node-bower-and-gulp-on-a-cpanel-box)
I first noticed that there was no 'usr/local/src' directory, but a 'usr/local/share' which I assumed was a shared file between users so I attempted to wget the NodeJS library from there, but unfortunately I ran into some permission issues which I couldn't seem to get around. So, I simply attempted to install NodeJS via the home/public_html directory and it all worked fine until I came to the 'make install' from which I received one error, again regarding permissions:
[Errno13]Permission denied:'/usr/local/include/node/')
I believe it can be fixed by using some form of 'sudo' prefix when attempting to make install, however, I'm incredibly new to this and am not sure how to do so... Also, I'm attempting to do this via SSH.
Thanks for any feedback regarding this...
Jerba
Last edited by a moderator: