> On Jun 15, 2015, at 5:41 AM, Efi Minzer <[email protected]> wrote: > > Hi all, > > I've just started experimenting with node.js with the help of a node.js > essentials course in lynda.com. > I've installed node.js in my computer, but when I go into the command line > and writing "ls" to see the files in a directory it tells me that ls is not > recognized. Basically, the command line isn't communicating with node. > What did I do wrong? how can I fix it?
Sounds like you're being instructed in Unix commands, but running Windows. "ls" in windows is "dir" instead. I don't think node's involved yet -- the command to start node is "node", but ls and dir are tools provided by your operating system. Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/5F157946-5009-4CC7-A66A-681863933737%40dinhe.net. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
