what is @angular-devkit in npm-shrinkwrap?












0















I was going through this boilerplate code : https://github.com/linnovate/mean



As I was trying to understand the code I learnt that:




npm-shrinkwrap lists all nested packages in your project in order to
accurately replicate the same dependencies.




I also know that web-pack is used as a module bundler that helps your code be compatible with most web-browsers. As I was going through the code I was wondering where web-pack was used... or if it was even used. So I looked in the package.json and angular.json files for the packages installed I did not see web-pack there. I then decided to search for it using the visual studio code search bar. This is where I found hits where the term web-pack was used, in npm-shrinkwrap.json. A lot of the webpack package names were under the angular-devkit dependency.



I understand that angular-devkit is produced by the angular-cli, so my questions are:




  1. What is angular-devkit... is it a group of packages to help in the development process?

  2. If a package is found in the angular-devkit does that mean it has been intsalled and there is no need of installing it via npm-i, for example web-pack? I can't see webpack in package.json but can see it in npm-shrinkwrap, is that all that is needed for webpack to work with the project?

  3. As a programmer do I need to understand all the files in detail. Like for example with the boilerplate code cited above do I need to understand all the files' code or just the essentials?


I know some of the questions might seem obvious but please bear with me, I am just trying to get rid of any doubts and be sure of what's going on.



Thank You.










share|improve this question



























    0















    I was going through this boilerplate code : https://github.com/linnovate/mean



    As I was trying to understand the code I learnt that:




    npm-shrinkwrap lists all nested packages in your project in order to
    accurately replicate the same dependencies.




    I also know that web-pack is used as a module bundler that helps your code be compatible with most web-browsers. As I was going through the code I was wondering where web-pack was used... or if it was even used. So I looked in the package.json and angular.json files for the packages installed I did not see web-pack there. I then decided to search for it using the visual studio code search bar. This is where I found hits where the term web-pack was used, in npm-shrinkwrap.json. A lot of the webpack package names were under the angular-devkit dependency.



    I understand that angular-devkit is produced by the angular-cli, so my questions are:




    1. What is angular-devkit... is it a group of packages to help in the development process?

    2. If a package is found in the angular-devkit does that mean it has been intsalled and there is no need of installing it via npm-i, for example web-pack? I can't see webpack in package.json but can see it in npm-shrinkwrap, is that all that is needed for webpack to work with the project?

    3. As a programmer do I need to understand all the files in detail. Like for example with the boilerplate code cited above do I need to understand all the files' code or just the essentials?


    I know some of the questions might seem obvious but please bear with me, I am just trying to get rid of any doubts and be sure of what's going on.



    Thank You.










    share|improve this question

























      0












      0








      0








      I was going through this boilerplate code : https://github.com/linnovate/mean



      As I was trying to understand the code I learnt that:




      npm-shrinkwrap lists all nested packages in your project in order to
      accurately replicate the same dependencies.




      I also know that web-pack is used as a module bundler that helps your code be compatible with most web-browsers. As I was going through the code I was wondering where web-pack was used... or if it was even used. So I looked in the package.json and angular.json files for the packages installed I did not see web-pack there. I then decided to search for it using the visual studio code search bar. This is where I found hits where the term web-pack was used, in npm-shrinkwrap.json. A lot of the webpack package names were under the angular-devkit dependency.



      I understand that angular-devkit is produced by the angular-cli, so my questions are:




      1. What is angular-devkit... is it a group of packages to help in the development process?

      2. If a package is found in the angular-devkit does that mean it has been intsalled and there is no need of installing it via npm-i, for example web-pack? I can't see webpack in package.json but can see it in npm-shrinkwrap, is that all that is needed for webpack to work with the project?

      3. As a programmer do I need to understand all the files in detail. Like for example with the boilerplate code cited above do I need to understand all the files' code or just the essentials?


      I know some of the questions might seem obvious but please bear with me, I am just trying to get rid of any doubts and be sure of what's going on.



      Thank You.










      share|improve this question














      I was going through this boilerplate code : https://github.com/linnovate/mean



      As I was trying to understand the code I learnt that:




      npm-shrinkwrap lists all nested packages in your project in order to
      accurately replicate the same dependencies.




      I also know that web-pack is used as a module bundler that helps your code be compatible with most web-browsers. As I was going through the code I was wondering where web-pack was used... or if it was even used. So I looked in the package.json and angular.json files for the packages installed I did not see web-pack there. I then decided to search for it using the visual studio code search bar. This is where I found hits where the term web-pack was used, in npm-shrinkwrap.json. A lot of the webpack package names were under the angular-devkit dependency.



      I understand that angular-devkit is produced by the angular-cli, so my questions are:




      1. What is angular-devkit... is it a group of packages to help in the development process?

      2. If a package is found in the angular-devkit does that mean it has been intsalled and there is no need of installing it via npm-i, for example web-pack? I can't see webpack in package.json but can see it in npm-shrinkwrap, is that all that is needed for webpack to work with the project?

      3. As a programmer do I need to understand all the files in detail. Like for example with the boilerplate code cited above do I need to understand all the files' code or just the essentials?


      I know some of the questions might seem obvious but please bear with me, I am just trying to get rid of any doubts and be sure of what's going on.



      Thank You.







      angular webpack angular-cli npm-shrinkwrap anguar-devkit






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 27 '18 at 9:00









      YulePaleYulePale

      123112




      123112
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53495975%2fwhat-is-angular-devkit-in-npm-shrinkwrap%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53495975%2fwhat-is-angular-devkit-in-npm-shrinkwrap%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks