Problem connecting command line to node - windows 7
20 views
Skip to first unread message
Efi Minzer
unread,
Jun 15, 2015, 8:04:25 AM6/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
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?
Aria Stewart
unread,
Jun 15, 2015, 8:34:54 AM6/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
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.