Derek Barnes
2013-10-01 20:13:46 UTC
Hey all,
I'm completely new to Express and Node.js in general. I'm working through
the book "Sams Teach Yourself Node.js in 24 Hours".
Everything is fine until Ch. 6 which says to install Express:
npm install -g express
That seems to go fine...bunch of stuff looks like it's installing. I check
the folder it has installed to
(C:\Users\<myusername>\AppData\Roaming\npm\node_modules\express) and there
are a bunch of files as expected.
Next I type:
express express_example
...and get the error:
'express' is not recognized as an internal or external command, operable
program or batch file.
I'm working under Windows 7 Enterprise.
Any thoughts why I can't get this to work?
I'm completely new to Express and Node.js in general. I'm working through
the book "Sams Teach Yourself Node.js in 24 Hours".
Everything is fine until Ch. 6 which says to install Express:
npm install -g express
That seems to go fine...bunch of stuff looks like it's installing. I check
the folder it has installed to
(C:\Users\<myusername>\AppData\Roaming\npm\node_modules\express) and there
are a bunch of files as expected.
Next I type:
express express_example
...and get the error:
'express' is not recognized as an internal or external command, operable
program or batch file.
I'm working under Windows 7 Enterprise.
Any thoughts why I can't get this to work?
--
You received this message because you are subscribed to the Google Groups "Express" group.
To unsubscribe from this group and stop receiving emails from it, send an email to express-js+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to express-js-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/express-js.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Express" group.
To unsubscribe from this group and stop receiving emails from it, send an email to express-js+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to express-js-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/express-js.
For more options, visit https://groups.google.com/groups/opt_out.