#1 | React Installation and Setup | Tutorial | React JS Tutorial | Code Malayalam

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

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

  • @sukanyaa1110
    @sukanyaa1110 2 года назад +3

    Clear explanation in every videos. This channel deserves more.

  • @LoVe-iu9rd
    @LoVe-iu9rd 3 года назад +2

    Nice explanation, very useful. This channel need more support.

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

      Glad you think so! Please do share and support. Thank you.

    • @LoVe-iu9rd
      @LoVe-iu9rd 3 года назад

      @@CodeMalayalam definitely

  • @malu7442
    @malu7442 7 месяцев назад

    bayankara usefull aytulla vdos anu, nalla simple explanation , thank u so much

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

    npx create-react-app
    Enu kodukumbo error kanikunu
    Error: Cannot find module 'C:\Program Files
    odejs
    ode_modules
    pm\bin
    ode_modules
    pm\bin
    pm-cli.js'
    Please reply

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

      stackoverflow.com/questions/24721903/npm-npm-cli-js-not-found-when-running-npm
      Path might be wrongly set. Try this.

  • @comedy.1750
    @comedy.1750 Год назад +1

    ❤ Thanks

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

    Nice explanation, very thanks sir

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

    Waiting for next part

  • @LoVe-iu9rd
    @LoVe-iu9rd 3 года назад

    Good detailed information, thanks

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

    is defined but never used no-unused-vars
    sir ingane oru error varunnathu enthukondanu..pls rply

  • @meghanathms823
    @meghanathms823 Год назад

    Sir MERN padichal scope indakumo ? job vacancy kuduthal ulla job etha ?

  • @rijukv
    @rijukv 2 года назад

    simple explanation

  • @Manu_krishnan
    @Manu_krishnan Год назад +1

    😍

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

    Super

  • @jithinkgeorge2237
    @jithinkgeorge2237 2 года назад

    could you make a detailed video on webpack and webpack dev server. got confused a bit as webpack creates bundles like js,css, then without even webpack server, browser can directly read those bundled files ryt. Could u explain more on webpack dev server as the run time evmnt is already present in browser

    • @CodeMalayalam
      @CodeMalayalam  2 года назад +1

      Thank you for the comment. webpack dev-server helps on hot reloading, api proxy etc which make the development faster. Even though create-react-app creates all the dev setup for us plus a dev server, it is good to know about webpack and webpack server in react. I always had a plan to do a video on this. Stay tuned, you will see a video on this soon.

    • @jithinkgeorge2237
      @jithinkgeorge2237 2 года назад

      @@CodeMalayalam thank you so much. waiting for that video on webpack dev-server and webpack :)

  • @LoVe-iu9rd
    @LoVe-iu9rd 3 года назад

    Thanks for series

  • @MuhammadAli-xk8ze
    @MuhammadAli-xk8ze 3 года назад +2

    👍

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

    ⚡️

  • @Muhammadudaif-n9x
    @Muhammadudaif-n9x 4 месяца назад

    Bro are you developer ?

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

    😀

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

    //npx create-react-app react-project
    Error: EPERM: operation not permitted, mkdir 'C:\Users\Angel'
    command not found: create-react-app
    How can I solve this ? Can you please help me

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

      do you have space in the directory name ?

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

      May be this. stackoverflow.com/questions/62693482/why-i-am-getting-this-error-error-eperm-operation-not-permitted-mkdir-c-u/65516052

  • @rockyjenson
    @rockyjenson Год назад

    F:\React Holmarc>npx create-react-app my-app
    npm ERR! code ENOENT
    npm ERR! syscall lstat
    npm ERR! path C:\Users\Jenson\AppData\Roaming
    pm
    npm ERR! errno -4058
    npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\Jenson\AppData\Roaming
    pm'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent
    npm ERR! A complete log of this run can be found in: C:\Users\Jenson\AppData\Local
    pm-cache\_logs\2023-07-26T08_14_05_427Z-debug-0.log

    • @CodeMalayalam
      @CodeMalayalam  Год назад

      stackoverflow.com/questions/67426349/create-react-app-aborting-with-code-enoent try this