<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install Node.js and NPM on Windows</title>
	<atom:link href="http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html</link>
	<description>Node.js and JavaScript Tutor</description>
	<lastBuildDate>Fri, 18 May 2012 00:37:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Benny Neugebauer</title>
		<link>http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html/comment-page-1#comment-665</link>
		<dc:creator>Benny Neugebauer</dc:creator>
		<pubDate>Fri, 04 May 2012 14:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacksparrow.com/?p=390#comment-665</guid>
		<description>Thank you!!</description>
		<content:encoded><![CDATA[<p>Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grrmoose</title>
		<link>http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html/comment-page-1#comment-519</link>
		<dc:creator>grrmoose</dc:creator>
		<pubDate>Mon, 05 Mar 2012 07:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacksparrow.com/?p=390#comment-519</guid>
		<description>Hi,

I tried running the test.js but I keep getting the error below. I&#039;ve run npm install connect, and also npm install mime.

Thanks for your time.

node.js:201
        throw e; // process.nextTick error, or &#039;error&#039; event on first tick
              ^ 
TypeError: Cannot read property &#039;prototype&#039; of undefined
    at Object. (c:\nodejs\node_modules\express\lib\http.js:49:35)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:31)
    at Function._load (module.js:308:12)
    at Module.require (module.js:354:17)
    at require (module.js:370:17)
    at Object. (c:\nodejs\node_modules\express\lib\https.js:13:18)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried running the test.js but I keep getting the error below. I&#8217;ve run npm install connect, and also npm install mime.</p>
<p>Thanks for your time.</p>
<p>node.js:201<br />
        throw e; // process.nextTick error, or &#8216;error&#8217; event on first tick<br />
              ^<br />
TypeError: Cannot read property &#8216;prototype&#8217; of undefined<br />
    at Object. (c:\nodejs\node_modules\express\lib\http.js:49:35)<br />
    at Module._compile (module.js:441:26)<br />
    at Object..js (module.js:459:10)<br />
    at Module.load (module.js:348:31)<br />
    at Function._load (module.js:308:12)<br />
    at Module.require (module.js:354:17)<br />
    at require (module.js:370:17)<br />
    at Object. (c:\nodejs\node_modules\express\lib\https.js:13:18)<br />
    at Module._compile (module.js:441:26)<br />
    at Object..js (module.js:459:10)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captain</title>
		<link>http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html/comment-page-1#comment-465</link>
		<dc:creator>Captain</dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacksparrow.com/?p=390#comment-465</guid>
		<description>@Pilot, try doing &lt;code&gt;npm install socket.io&lt;/code&gt; again. Might fix it.</description>
		<content:encoded><![CDATA[<p>@Pilot, try doing <code>npm install socket.io</code> again. Might fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilot</title>
		<link>http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html/comment-page-1#comment-464</link>
		<dc:creator>Pilot</dc:creator>
		<pubDate>Thu, 09 Feb 2012 18:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacksparrow.com/?p=390#comment-464</guid>
		<description>I just Installed node.js v0.6.10 on windows through msi installer. I can access node from anywhere on command prompt. I have installed socket.io through npm. now the problem is, in my code has var io = require(&#039;socket.io&#039;); when i try to run that file, getting - Error: Cannot find module &#039;socket.io&#039;. how can I fix this without changing the code?</description>
		<content:encoded><![CDATA[<p>I just Installed node.js v0.6.10 on windows through msi installer. I can access node from anywhere on command prompt. I have installed socket.io through npm. now the problem is, in my code has var io = require(&#8216;socket.io&#8217;); when i try to run that file, getting &#8211; Error: Cannot find module &#8216;socket.io&#8217;. how can I fix this without changing the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Rutta</title>
		<link>http://www.hacksparrow.com/install-node-js-and-npm-on-windows.html/comment-page-1#comment-439</link>
		<dc:creator>Neal Rutta</dc:creator>
		<pubDate>Tue, 31 Jan 2012 22:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacksparrow.com/?p=390#comment-439</guid>
		<description>oops, got cut off:

c:\home\nrutta\www&gt; express app
resolving path &quot;c:\home\nrutta\www\app&quot;  ...


Note that the above is a console.log message I put into mkdirp. So my questions are:

1. is this supposed to work on windows xp?
2. I&#039;m assuming this should be run from a dos shell (for example?)
3. has anyone else seen this problem, and do I possibly have something
   messed up on my system (I do have cygwin installed).

Any help will be appreciated.

Neal</description>
		<content:encoded><![CDATA[<p>oops, got cut off:</p>
<p>c:\home\nrutta\www&gt; express app<br />
resolving path &#8220;c:\home\nrutta\www\app&#8221;  &#8230;</p>
<p>Note that the above is a console.log message I put into mkdirp. So my questions are:</p>
<p>1. is this supposed to work on windows xp?<br />
2. I&#8217;m assuming this should be run from a dos shell (for example?)<br />
3. has anyone else seen this problem, and do I possibly have something<br />
   messed up on my system (I do have cygwin installed).</p>
<p>Any help will be appreciated.</p>
<p>Neal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

