JS for Testers | Part 6: package.json

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2024

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

  • @academicnexus3712
    @academicnexus3712 2 ปีที่แล้ว +1

    very useful and in simple words. loved it. keep mentoring. Thanks

  • @MusiQ8dict
    @MusiQ8dict 3 ปีที่แล้ว +2

    Appreciate your crisp and to the point tutorials.
    Thanks.
    Regards,
    Azza

  • @hmilroy
    @hmilroy 3 ปีที่แล้ว +1

    Your explanation style is super. Thanks a lot.

  • @ostap.koverko
    @ostap.koverko 3 ปีที่แล้ว +1

    Yeah very simple understanding of videos. Good job!

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

    Thank you for huge effort. Please keep going .

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

    This video was more useful. Great work. You have very good presentation skills. Please make more videos for Java Script.

  • @nikhathkousersyeda7975
    @nikhathkousersyeda7975 3 ปีที่แล้ว +1

    Excellent

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

    These are awesome videos. Thanks!!!

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

    nice video

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

    Thank you so much.

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

    I don't understand difference between depedency and dev depedency. Can you explain more why and when I might to use install --save-dev and not just install?

    • @QACamp
      @QACamp  4 ปีที่แล้ว +5

      Dev-dependencies are dependencies that are required only while project development. So say, you are a developer then testing frameworks like Jest or Mocha could be dev-dependencies for your project.. and that means that you require them only during the development phase and not beyond that. Your project will run perfectly fine without having to install the dev dependencies.