Hello gentlemen!
Recently got myself a Raspberry Pi and I am having a blast working with it. Within my different experiments, I am trying to use Node.js and have already installed a framework I like to use regularly: Sails.js (http://sailsjs.org/#!getStarted).
If you look at the instruction, it is pretty simple. You npm install sails, create new project, and you lift. Works like a charm in almost any OS environment but it doesn't seem to on Raspbian "Weezy". The error I get is that the port it is trying to use, which be default is 1337, seems to be in use. I edited the config, and changed the port to 7331 and same thing as well as any other port.
This leads me to believe that some kind of setting is blocking this? Or perhaps I missed something on the Node setup?
I searched around and haven't seen anyone have a similar issue, so wanted to ask all of you smart people for some advice. What next steps do you suggest I take?
Thanks in advance!