How to install node js in windows 10 2020 - Full Installation & Hello World node js tutorial

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 13

  • @harshal4857
    @harshal4857 4 года назад +3

    What if we select that automatic tools installation

    • @CodeSwag
      @CodeSwag  4 года назад +1

      Yeah you can do so if you want.

    • @harshal4857
      @harshal4857 4 года назад +1

      @@CodeSwag thanks👍🏻

  • @ayoutubewatcher2849
    @ayoutubewatcher2849 4 года назад +1

    Thank you, that was a very quick and helpful introduction to node.js . The part where you went line by line to explain the code was much appreciated!

    • @CodeSwag
      @CodeSwag  4 года назад

      You are most welcome. Glad you liked it. Please like, share, subscribe & click the bell icon so that you can get notified when I upload new videos.

  • @rampage241
    @rampage241 4 года назад

    Great video

  • @ManuelJordan317
    @ManuelJordan317 4 года назад +1

    This video was recorded on May 2020. Just being curious, at 02:03 you didn't check the checkbox. Did you have later some problems due that decision?

    • @CodeSwag
      @CodeSwag  4 года назад

      I haven't used that paticular installation much, you can go ahead and install it just to be safe.

  • @aadityadeshpande9080
    @aadityadeshpande9080 4 года назад +2

    how to stop that server from running ?

    • @CodeSwag
      @CodeSwag  4 года назад

      Ctrl + C or Cmd + C on a mac

  • @shiftk1
    @shiftk1 3 года назад +1

    when i try to write console.leg( 'Server running at ${hostname}:${port}/'); it doesn't highlight &{hostname}:${port} to blue color.. please help. what can I do??

    • @CodeSwag
      @CodeSwag  3 года назад +1

      which code editor are you using?

    • @shiftk1
      @shiftk1 3 года назад

      @@CodeSwag VS Code, the same one you used in in this guide..