Node will not delete on Linux Mint 13.
see the video here
http://youtu.be/tV8HhS1xw2g
and
here
http://www.youtube.com/watch?v=g8DNvv3iFdI
I installed via git but node failed to run see https://github.com/Jermolene/TiddlyWiki5/issues/73 for the tests I ran to try to get node to play nice.
so I uninstalled the git version and installed the Ubuntu v.
I'll start off by saying that I have next to no experience working in terminal or with node.js.
Coworker left for vacation and I'm trying to follow instructions he left for setting up his app on our demo server. I can get everything running locally, but am running into issues on the server installing socket.io module.
Installed python, installed nodejs, both successful.
This time I ran the "trusting" install script curl http://npmjs.org/install.sh | sudo sh from the dir /.
I'm trying to install an oracle driver for node on Ubuntu 12.04 LTS and getting the following:
$ npm install oracle npm http GET http://registry.npmjs.org/oracle npm
http 304 http://registry.npmjs.org/oracle npm
http GET
Snipped some URLs cause I'm a new poster
oracle@0.1.3 install /export/home/kjay/node_modules/oracle
node mnm.js build
path.existsSync is now called fs.exist
I want to install node.js on QNAP NAS, it's a linux OS I can use ipkg install package.
but ipkg not have node.js...
I reference web forum as http://forum.qnap.com/viewtopic.php?p=248556, installed V8 JavaScript Engine.
Then install node.js
When I'm typing make on /opt/node, that shows an error message as follows:
make -C out BUILDTYPE=Release V=1 make[1]: Entering directory
/share/HDA_DAT
I have installed GIT in ubuntu using the command
sudo apt-get install g++ curl libssl-dev apache2-utils
sudo apt-get install git-core
sudo apt-get install git
After this, I tried to install node.js using the command
git clone git://github.com/ry/node.git
At this step, it says Cloning into node.. and takes a long time and does not return.
Am I missing something here?
I'm currently writing a web app in Node.js and will soon be setting up my Linux server to make it live. I'm curious, is it worth running Nginx for my Node app's static files? Is it running Nginx to reverse proxy to any other Node apps that maybe running on my server, or should I just use something like node-http-proxy and not use Nginx at all? My Node app will be using socket.io.
I want to use nodejs on a linode machine that has debian lenny installed.
I want to have the latest version of nodejs and npm as well.
apt-get does not seem to know nodejs or possibly I don't know how to use it.
in here: http://nodejs.org/dist/v0.6.6/ i see many files but I don't know which of them I should use for the install (nor how).
I am guessing that I need node-v0.6.6.pkg but again, this
I'm trying my first attempt on getting a node server set up on an amazon ec2 linux instance.
I think I made it quite far.