NPM why what and how | Crash Course | Easy way

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdo...
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...

ความคิดเห็น • 71

  • @skorko8592
    @skorko8592 4 ปีที่แล้ว +23

    Hey Hitesh, Please Make Tutorials On JavaScript Engine,Execution Context ,Global Execution Context , Call Stack, Creation Phase, Execution Phase....💜💚💛

  • @shuaibahamed8692
    @shuaibahamed8692 4 ปีที่แล้ว +28

    This man is like the Wikipedia of codding. There is no end of his Knowledge 😬😬

  • @MaxProgramming
    @MaxProgramming 4 ปีที่แล้ว +8

    What do you think about Electronjs? Because VS Code is also made out of it? And it's pretty easy

  • @cherulast7998
    @cherulast7998 4 ปีที่แล้ว

    I'm trying to execute this:
    $ npm install express --save or any dependency i cant install it it show me the below error type please help me!!!
    And I'm getting this log:
    > npm
    > ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request
    > to npm.jibo.com:8080/express failed, reason: connect ETIMEDOUT
    > 10.0.0.106:8080 npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or
    > have bad network settings. npm ERR! network npm ERR! network If you
    > are behind a proxy, please make sure that the npm ERR! network 'proxy'
    > config is set properly. See: 'npm help config'
    I have no Idea what I'm doing with Node and npm because I'm new to this
    I have tried to look for a solution, but nothing points me in the right direction, probably because I'm asking wrong questions.
    i have try to excute this :
    Npm config set registry registry.npmjs.org/
    But i cant install express or any other dependency
    I am student in college i use wifi does this have problem?
    Please guys help me out one of you pleases 🙏🙏🙏🙏🙏🙏🙏🙏

  • @smrutiranjanrana
    @smrutiranjanrana 4 ปีที่แล้ว +1

    3 questions in my mind right now..
    1. npm vs npx
    2. Should the third one be 0 after changing the middle number in version code?
    3. What's that theme you are using? 😁😁
    Lastly, make a video on licencing, its too much confusing 😬

  • @parthpatangia
    @parthpatangia 4 ปีที่แล้ว +2

    Amazing... I'll surely like to see more crash courses like this✌🏻✌🏻

  • @indexerror605
    @indexerror605 4 ปีที่แล้ว +2

    Sir make tutorial on machine learning project ..

  • @makeauthority
    @makeauthority 4 ปีที่แล้ว +1

    uses of uuid means and how to secure apis through node and express?

  • @JCL-nu4ge
    @JCL-nu4ge 4 ปีที่แล้ว

    How’d you get your vscode to have that pink/orange bar on the side?

  • @ujjwalrajput0612
    @ujjwalrajput0612 4 ปีที่แล้ว +1

    hello sir , please make a video on licencing and what are all the license available on github

  • @pratikgarg6593
    @pratikgarg6593 4 ปีที่แล้ว +1

    Enjoyed alot, you teach in a easy way, expecting more videos like this.

  • @TutorialSpot
    @TutorialSpot 4 ปีที่แล้ว +1

    Really amazing content you are sharing man, great to have you on platform. Thanks

  • @shubham-ghosh
    @shubham-ghosh 4 ปีที่แล้ว +1

    this was a very good explanation.. i m so happy to see it

  • @riteshkumarmishra9989
    @riteshkumarmishra9989 4 ปีที่แล้ว

    Hi sir, please make crash course on Node js as well.

  • @MohitSingh-lq1ns
    @MohitSingh-lq1ns 4 ปีที่แล้ว +1

    Sir I create apps using Java should I go with Flutter or Kotlin ?

    • @TanishqAnand
      @TanishqAnand 4 ปีที่แล้ว +1

      Learn React-Native

    • @techlead...
      @techlead... 4 ปีที่แล้ว

      Start flutter.
      It has a great future

  • @senthilkrishnamurthy7824
    @senthilkrishnamurthy7824 4 ปีที่แล้ว

    Hey Hitesh, after following the steps and try to run, getting this error:
    import { v4 as uuidv4 } from 'uuid';
    ^^^^^^
    SyntaxError: Cannot use import statement outside a module
    at wrapSafe (internal/modules/cjs/loader.js:1070:16)
    at Module._compile (internal/modules/cjs/loader.js:1120:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
    at Module.load (internal/modules/cjs/loader.js:1000:32)
    at Function.Module._load (internal/modules/cjs/loader.js:899:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
    at internal/main/run_main_module.js:18:47
    Appreciating any help.

    • @msdhaliwal
      @msdhaliwal 4 ปีที่แล้ว

      use require instead.
      const uuid = require("uuid");

    • @senthilkrishnamurthy7824
      @senthilkrishnamurthy7824 4 ปีที่แล้ว +1

      @@msdhaliwal That works. Thanks!

  • @hemanthsharma
    @hemanthsharma 2 หลายเดือนก่อน

    A really well prepared teacher! Great work dude. Keep it up!

    • @HiteshCodeLab
      @HiteshCodeLab  2 หลายเดือนก่อน

      Thanks, will do!

  • @zombiemachines
    @zombiemachines 4 ปีที่แล้ว

    nice! how about Git crash course?

  • @chemedev
    @chemedev 4 ปีที่แล้ว

    Is it worth changing npm for yarn?

  • @surensura2488
    @surensura2488 4 ปีที่แล้ว

    1.) What if we didn't install nodemon and change script : " node myFile.js"
    Then I try to run my program mom start.
    2.) What if some other packages I do the same like script : " node myFile.js" and run npm start
    It will run?

  • @noushedakib1658
    @noushedakib1658 3 ปีที่แล้ว

    Thank you sir . It help me.

  • @stuffedstuff7086
    @stuffedstuff7086 3 ปีที่แล้ว

    wait, my man using Grammarly extension "I really does" 😁 makes sense. (I does use it too )
    thanks for covering almost everything I need in your channel sir. Huge love from Sri Lanka ❤❤

  • @sagar-tt4ub
    @sagar-tt4ub 4 ปีที่แล้ว

    Can you make a video comparing the development processes of mobile and web? For eg, the work we do with react for web is same as the work android studio does for android development? And work done with nodejs and express for web cannot be done with android studio for mobile?

  • @AnilKumar-rj4si
    @AnilKumar-rj4si 3 ปีที่แล้ว

    Hey Buddy, I want to know about your vs code theme pls reply. The best thing in this video is that exact on points no side hustle.

  • @Praxss
    @Praxss 4 ปีที่แล้ว

    Make video on licensing

  • @SaurabhSingh-wp7kx
    @SaurabhSingh-wp7kx 4 ปีที่แล้ว

    The way u explain things is amazing...and is super easy to understand ..Would love to see your upcoming videos on SERVER and DATABASES..love u sir❣️

  • @animeshkumar2011
    @animeshkumar2011 4 ปีที่แล้ว

    The way you teach or explain is really makes me understand the topic and confortable to read the documentation. Thank you so much...

  • @ankitapanjwani6409
    @ankitapanjwani6409 4 ปีที่แล้ว

    had used npm before once but didn't knew much abt it... thanks for sharing whole lot of npm:)

  • @sboganatham
    @sboganatham 4 ปีที่แล้ว

    This is my first video of your and I am very happy to come across you in youtube. Good content on npm, helpful to all who are new to subject.

  • @souvikmukherjee9074
    @souvikmukherjee9074 4 ปีที่แล้ว

    great video on npm & node sir. Thank you very much. learned a lot. sir please make a video on the node licensing as well....

  • @khanhuzaif4986
    @khanhuzaif4986 4 ปีที่แล้ว

    Sir i have been a longest follower from beginning , im a biggest fan of yours, you are a 'STACK-Overflow' of coding universe. 🙌. Any error by a programmer they can see upto you for solutions. Really appreciate your efforts sir.

  • @NithinKVarrier
    @NithinKVarrier 4 ปีที่แล้ว

    Thank you so much for this video. you are great :)

  • @praphulsamavedam4588
    @praphulsamavedam4588 4 ปีที่แล้ว

    The semantic versioning was something new which I learnt and obviously the aspects of npm as I am a newbie in it.

  • @YouAndImpact
    @YouAndImpact 4 ปีที่แล้ว +1

    Great video.👍

  • @sadiyazainab3174
    @sadiyazainab3174 4 ปีที่แล้ว +1

    First view...Awesome 😍😍

  • @TanishqAnand
    @TanishqAnand 4 ปีที่แล้ว +1

    First viewer 😎

  • @ericturner5154
    @ericturner5154 หลายเดือนก่อน

    Fantastic!

  • @ankushladani496
    @ankushladani496 2 ปีที่แล้ว

    Thank You sir...

  • @msdhaliwal
    @msdhaliwal 4 ปีที่แล้ว

    which theme is that ?

  • @shubhamsharma-pu2sp
    @shubhamsharma-pu2sp 4 ปีที่แล้ว +1

    First first time

  • @pranavmunot5359
    @pranavmunot5359 4 ปีที่แล้ว

    Reactjs please

  • @Dev-Phantom
    @Dev-Phantom 6 หลายเดือนก่อน

    cool

  • @crazyshala4571
    @crazyshala4571 4 ปีที่แล้ว

    Sir please make video on graphQl and webpack as well

  • @adnaan28
    @adnaan28 4 ปีที่แล้ว

    you are amazing sir :) thnx frm my bottom of the heart 👍👍👍👍

  • @AruljothySundramoorthy
    @AruljothySundramoorthy 4 ปีที่แล้ว

    Awesome...! Worth for 30 minutes to watch

  • @vimalradadiya5929
    @vimalradadiya5929 4 ปีที่แล้ว

    Great
    Sir please make course on Natural language processing

  • @bikideka7880
    @bikideka7880 4 ปีที่แล้ว

    thanks sir

  • @utkarshtripathi2349
    @utkarshtripathi2349 4 ปีที่แล้ว

    Thank you sir for providing such great topics

  • @madmaxclown
    @madmaxclown 4 ปีที่แล้ว

    Great one..👍 Would love your view on deno js.

  • @rajeshbhattarai5934
    @rajeshbhattarai5934 4 ปีที่แล้ว

    Was waiting for this video and suddenly it pops up

  • @udayyadav3489
    @udayyadav3489 4 ปีที่แล้ว

    thank you so much for this crash course sir

  • @harshbhatia8762
    @harshbhatia8762 4 ปีที่แล้ว

    Explained in a wonderful manner.

  • @anuragchitnis9330
    @anuragchitnis9330 4 ปีที่แล้ว

    Sir, can you make a video on GSAP

  • @aurangzebhusain8366
    @aurangzebhusain8366 4 ปีที่แล้ว

    Thanks for the Crash Course

  • @shadabalam5250
    @shadabalam5250 4 ปีที่แล้ว

    Amazing info.........I love it

  • @abhrarajchanda5514
    @abhrarajchanda5514 4 ปีที่แล้ว

    C++ course please sir

  • @joysengupta7237
    @joysengupta7237 4 ปีที่แล้ว

    Thanks for the Topic... 😊👍

  • @chikuchiku5172
    @chikuchiku5172 4 ปีที่แล้ว +1

    When I create a TH-cam video fetching app in reactjs by you after I run that and I see the new released vedios from you.. Through that I'm noticed this vedio 😊...really excitable ... And thanks for the topic...

  • @subhashchaudhary7003
    @subhashchaudhary7003 4 ปีที่แล้ว

    Thank you sir

  • @TonyStark-gs1jc
    @TonyStark-gs1jc 4 ปีที่แล้ว

    We need more 😍😍😍

  • @gunawanaji6822
    @gunawanaji6822 4 ปีที่แล้ว

    👍😊

  • @sidforreal
    @sidforreal 4 ปีที่แล้ว

    Hey there everyone Siddharth here, back again with another video!!

  • @VeereshPradeep
    @VeereshPradeep 4 ปีที่แล้ว

    First 🤩