Hi All, I have done this successfully in windows 10 (for that sake, should work in xp or win7 too). If you are too confused with doing everything in command prompt, then follow these steps. 1. Install nodejs from nodejs.org site (use chrome). 2. After you install nodejs, close any other CMD window (command line editor) that you opened previously (keeping this open will not harm butt confuse). 3. Go to start -> Programs or the window symbol in right bottom corner to see list of programs, see nodejs there in the list, don't click that but click the dropdown and then command prompt there (just another command window). 4. Now try the npm command that Tanmai mentioned here. After the above steps, everything shown here will work like a charm. Even I created an html page and accessed it from my mobile in same wifi network and it worked so quick. :) Note: This is my 1st ever course online and comment in youtube, so do forgive my short forms and appreciate my effort. :)
for windows 1.) after installing both of these 2.) searched for node.js command prompt and type d http server command there it installed sucessfully 3.)wrote the following equivalent commands a. mkdir web b. cd web c. dir (ls, showed 0 file) d. dir>myfile.txt (to make a new txt file) e.start notepad "myfile.txt" (open the file on notepad, u can also skip the (d.) command and directly write (e.) it will open as well as make new file if its not already present there)
Prashanth Vaidya The Problem is that not everyone exactly understands what are those, And some people are even from different fields than IT, So they have little to no idea about what Tanmai is talking about.
In windows we need to use node.js command prompt rather than using regular command prompt.Nodejs command prompt comes with installing nodejs from website as mentioned in video.
Hello, need help with the txt in the terminal. Once I have written the text in the mk.txt file what needs to be done. I am actually new to this so don't know much about the commands.
You were speaking of setting up a file server (I assumed an FTP server), but ended up setting http-server. I do not understand that. Could you care to elaborate, Sir.
I couldn't understand the commands he was typing it was fast and at end can someone tell me what i am suppose to do as it was overwhelming for me to understand all at once.
hey tanmay i cant write anything in command prompt as you are writing that ls and all. I have Dell laptop with Windows 8 version so how can I write that all?
It is important that the presenter is aware that all are not well versed with Command prompts. Why don't you incorporate this as part of the slides you have given especially for windows? The pace of presentation should take care that the learner wants to check himself whatever is told. Hope there will be improvement in presentation.
this important key words I did'nt see Equivalent Commands for Windows- ls == dir /b ls -l == dir cd == cd mkdir == mkdir / md open . == explorer . vim == notepad du -hs * == dir
hey I am not able to post anything on Course Discussion Group! even though I have joined it. The 'New Question' doesn't even appear even though I have logged in. Please help!!!
created two files respectively and was smooth till the creation of the second terminal. the second terminal is unable to find the directory/the text i created in it. would be happy if u can elaborate more on it.
hi.. can you please elaborate on the concepts of static IP and dynamic IPS. why is that IPs over a LAN is dynamic but over the internet becomes static..
when ever I type commands like ls or vim it shows "is not recognized as an internal or external command. operable program or batch file." What to do??? I even I did'nt get the dollar prompt please leave me a reply
A.G.K. Goutham that vim is a mac os software, if u r using Windows u should try notepad instead of vim. and I don't know about ls , it doesn't work for me either
Hi, I am not able to create text file using VIM.. I can insert the text however dont know how shall i close it .. It only shows Insert with no changeable option
Hi Can someone help me install httpserver in windows 10. I have installed node.js and trying to install httpserver but getting an error while I try to do .... npm install -g httpserver getting error
though I downloaded nodejs and using its command prompt, ls, vim etc are not working! I'm using windows and pls let me know the exact commands. it would be really helpful.
true vim doesn't work in windows so unable to follow what command should I use. Also getting errors while trying to install http server in windows using npm install -g httpserver
how to do the same thing by using windows 10 os with Apache server and command prompt. some commands vary in command prompt & terminal, hence pls make a video of it and post it sir.
Hello sir, sir i am 6 days late but i want to join this course i have already covered the videos which are taught in the week . so is there any way i can register for this sept only .
Hello, Sir when is add http-sever command in my windows's command prompt.... It says that 'npm' is not recognized as internal or external command and m nt anle to proceed Please help
Hi! I couldn't figure out the answer to the quick ex. Could anyone please tell me why a programming lang or a database is not reqd while running our web server?
Hi, after u install node js. close the previous window u had opened for command prompt. Go to node js that u installed from deskptop/start -> programs list and open node js command prompt. then try the npm command. It will work.
Hi All, I have done this successfully in windows 10 (for that sake, should work in xp or win7 too). If you are too confused with doing everything in command prompt, then follow these steps.
1. Install nodejs from nodejs.org site (use chrome).
2. After you install nodejs, close any other CMD window (command line editor) that you opened previously (keeping this open will not harm butt confuse).
3. Go to start -> Programs or the window symbol in right bottom corner to see list of programs, see nodejs there in the list, don't click that but click the dropdown and then command prompt there (just another command window).
4. Now try the npm command that Tanmai mentioned here.
After the above steps, everything shown here will work like a charm. Even I created an html page and accessed it from my mobile in same wifi network and it worked so quick. :)
Note: This is my 1st ever course online and comment in youtube, so do forgive my short forms and appreciate my effort. :)
what is npm command that thanmai mentioned?
while trying npm command.. its showing msg.. is not recognozed as internal or external commands
nikhil dharman ya its showing what to do next?
ok do the following...
just search
"Node.js command prompt" and open it,. then paste the command.. it may work
nikhil dharman thanks
This is where I started my journey, currently working as sde2 at Amazon
wow...this was very easy to understand...also because I have a little basic knowledge...but it definitely cleared up major concepts for me....thanks!!
for windows
1.) after installing both of these
2.) searched for node.js command prompt and type d http server command there it installed sucessfully
3.)wrote the following equivalent commands
a. mkdir web
b. cd web
c. dir (ls, showed 0 file)
d. dir>myfile.txt (to make a new txt file)
e.start notepad "myfile.txt" (open the file on notepad, u can also skip the (d.) command and directly write (e.) it will open as well as make new file if its not already present there)
Could have showed command prompt as well
had to rely on other sources for editing in command prompt
You could have simply used Git Bash or any Linux based terminal compatible with windows.
And, win 10 now supports a full linux command prompt.
Prashanth Vaidya The Problem is that not everyone exactly understands what are those, And some people are even from different fields than IT, So they have little to no idea about what Tanmai is talking about.
Appreciate your post in the discussion forum.......Great effort made to make it very clear for windows users
Pramod Kumar Happy to help where I can, When I can :)
Hi Tanmai!
Great video.
Awake @ 04:00? Working the entire early morning(02:00 AM+)?
I too find myself as night owl!!!
In windows we need to use node.js command prompt rather than using regular command prompt.Nodejs command prompt comes with installing nodejs from website as mentioned in video.
Hello, need help with the txt in the terminal. Once I have written the text in the mk.txt file what needs to be done. I am actually new to this so don't know much about the commands.
"database and programming languages is not required in making a simple web server ,Why?"
AT 2:07
You were speaking of setting up a file server (I assumed an FTP server), but ended up setting http-server. I do not understand that. Could you care to elaborate, Sir.
I couldn't understand the commands he was typing it was fast and at end can someone tell me what i am suppose to do as it was overwhelming for me to understand all at once.
hey tanmay i cant write anything in command prompt as you are writing that ls and all. I have Dell laptop with Windows 8 version so how can I write that all?
It is important that the presenter is aware that all are not well versed with Command prompts. Why don't you incorporate this as part of the slides you have given especially for windows? The pace of presentation should take care that the learner wants to check himself whatever is told. Hope there will be improvement in presentation.
Its nice. With a little effort and interest, its easy to do on windows also..
Hi, this is Gopal. Which OS was used for Linux software in Ur computer? and please list out what preceding softwares want to use during this course?
Tanmai why dont use windows ...its been to differ of code in mac and window...
few codes are not working in cmd..
Pls if possible use window os cmd.. The instructions for window cmd are quite different from Mac OS cmd..But still the tutorial is really helpful..
can you show the same for command prompt...
should I use command prompt if I've to use it in windows?
this important key words I did'nt see
Equivalent Commands for Windows-
ls == dir /b
ls -l == dir
cd == cd
mkdir == mkdir / md
open . == explorer .
vim == notepad
du -hs * == dir
Vijay Vasudevan
http-server not installing in command prompt
hey I am not able to post anything on Course Discussion Group! even though I have joined it. The 'New Question' doesn't even appear even though I have logged in. Please help!!!
They have changed the link. Go back to original page and see new forum.
Pramod Kumar Could you be more specific please?
discourse.imad.hasura.io/
i have windows 10. npm is not working on it.. it says npm is not recognized as an internal or external command
created two files respectively and was smooth till the creation of the second terminal. the second terminal is unable to find the directory/the text i created in it. would be happy if u can elaborate more on it.
is there any chance of uploading a video on this topic related to windows software?
One request, why can't just add another slide so that people using windows or linux can also install these Software's...
btw..its very good chance for the windows and linux users to install
these Softwares own ...what say ?
Are commands in windows are same as Mac?
Thanks for such clean explanation. Loved it
hi.. can you please elaborate on the concepts of static IP and dynamic IPS. why is that IPs over a LAN is dynamic but over the internet becomes static..
i have executed everything but it doesn't show up what i have typed.please help
please tell me commands to operate the same which u did on apple terminal on my windows pc
To change directories: cd "Folder_Name"
To list all files/folders in the current directory: dir
Credits to Sai Shekhar
when ever I type commands like ls or vim it shows
"is not recognized as an internal or external command.
operable program or batch file."
What to do???
I even I did'nt get the dollar prompt
please leave me a reply
facing the same problem
A.G.K. Goutham that vim is a mac os software, if u r using Windows u should try notepad instead of vim. and I don't know about ls , it doesn't work for me either
A.G.K. Goutham me too
ankita raut for me LS is also not working
Harish S for ls windows users use dir
Hi, I am not able to create text file using VIM.. I can insert the text however dont know how shall i close it .. It only shows Insert with no changeable option
found the answer Enter the following command (type :x and press Enter key):
i tried doing this but no results
In order to close the Vim Editor, press "Escape" and type ":wq"
Ricky Raghavan thanks😊
Can you please demonstrate it on Windows/Linux platform??Would be a great help!!!
Hi
Can someone help me install httpserver in windows 10. I have installed node.js and trying to install httpserver but getting an error while I try to do ....
npm install -g httpserver
getting error
sir i am using linux os and firefox and how can edit my profile?
though I downloaded nodejs and using its command prompt, ls, vim etc are not working! I'm using windows and pls let me know the exact commands. it would be really helpful.
use ..
notepad name.txt
and to write the text "I am here "into the text file use..
echo "I am here"> name.txt
true vim doesn't work in windows so unable to follow what command should I use.
Also getting errors while trying to install http server in windows using npm install -g httpserver
how to do the same thing by using windows 10 os with Apache server and command prompt.
some commands vary in command prompt & terminal, hence
pls make a video of it and post it sir.
hi ,i m using win 7 ,i can't able to paste the server link in node app
Hello sir,
sir i am 6 days late but i want to join this course i have already covered the videos which are taught in the week .
so is there any way i can register for this sept only .
the last date for registration is extended to jul 31..i think so..
can u pls give the same commands for windows???
16:55 I missed the opportunity by not joining the course..
a great teach, gaurav! thank you
Hello,
Sir when is add http-sever command in my windows's command prompt.... It says that 'npm' is not recognized as internal or external command and m nt anle to proceed
Please help
It's because you haven't Installed npm. Please Install npm by going to their website and then install http-server by typing that command.
which ide u used to develop these apps???
android studio???
Android studio is used to make just java based mobile applications. IDE can be a simple text editor too
but actually i want to ask u which software u will use in this course?????
because i ill download this.......
http-server and node
ok thank u sir.......
these command not working on windows command prompt
u should have used windows.. as most Indians are window users!!! otherwise great work \m/
how to do in window 7(web app)
Hi! I couldn't figure out the answer to the quick ex. Could anyone please tell me why a programming lang or a database is not reqd while running our web server?
Watch the full video. Answer is there. This is because we're serving static files located on our own system
It worked very well. Thanks a lot!!
Can someone post a video on how to do this in windows?
sir i don"t get audio
Yes if possible explain on windows.
plece help me how this can be done using Windows 8
RadhikaBandaru has repied but after installing nodejs too it didn't work
hi, HAS ANYONE DONE THE EXERCISE ON WINDOWS10. PL UPLOAD THE VIDEO AS I AM NOT ABLE TO UNDERSTAND
Hope the presenters or the mentors look into it .
not understanding how to download http server
Try to Explain with Linux OS insted of Mac Os.
i want to know briefly how to instal HTTP-SERVER in windows7 ultimate
npm install http-server -g
use this command on terminal
and after that type http-server
hmmm, i have windows 10. it's not working on cmd.
same here
Hi, after u install node js. close the previous window u had opened for command prompt. Go to node js that u installed from deskptop/start -> programs list and open node js command prompt. then try the npm command. It will work.
ok thanks
sir how to execute on Windows 10
Thank you😊
this is really very confusing since I don't have vim
I m not clear, please explain it little bit clearly sir...
Good One.
Thanks.
please explain it little more clearly sir , im unable to catch up!!
/cd desktop
mkdir 'folder name'
start 'folder name'
want to delete something in that folder then use del 'the name '
Awesome (y)
First
These commands are working in windows operating system please help me?
Are commands in windows are same as Mac?
no