1. Question: What is the correct npm command to create package.json?

    A
    Npm create package.json

    B
    Npm package.json

    C
    Npm init

    D
    Npm init package.json

    Note: Not available
    1. Report
  2. Question: How can you check installed npm version?

    A
    Npm

    B
    Npm --v

    C
    Npm -v

    D
    Npm -version

    E
    Npm --version

    Note: Not available
    1. Report
  3. Question: What is the correct command to start virtual react server?

    A
    Npm –start

    B
    Npm start

    C
    Yarn start

    D
    Yarn –start

    Note: Not available
    1. Report
  4. Question: Which tool is used for bundling all application dependency files together?

    A
    Bundle

    B
    Webpack

    C
    Babel

    D
    Snapstart

    Note: Not available
    1. Report
  5. Question: What is the correct npm command to install webpack?

    A
    Npm webpack

    B
    Npm –install webpack

    C
    Npm install –save-dev webpack

    D
    Npm –intall –save-dev webpack

    Note: Not available
    1. Report
  6. Question: In npm command - - save-dev flag tells npm to add webpack to package.json file as a

    A
    Global dependency

    B
    Development dependency

    C
    Local dependency

    D
    Server dependency

    Note: Not available
    1. Report
  7. Question: Transpilation means ___

    A
    Conversion

    B
    Translation

    C
    Source-to-source compilation

    D
    Transfer to other location

    Note: Not available
    1. Report
  8. Question: Which is the most popular transpiler?

    A
    Webpack

    B
    Babel

    C
    Webtrspilar

    D
    Codetrspiler

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd