what is @angular-devkit in npm-shrinkwrap?
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:
- What is angular-devkit... is it a group of packages to help in the development process?
- 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?
- 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
add a comment |
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:
- What is angular-devkit... is it a group of packages to help in the development process?
- 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?
- 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
add a comment |
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:
- What is angular-devkit... is it a group of packages to help in the development process?
- 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?
- 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
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:
- What is angular-devkit... is it a group of packages to help in the development process?
- 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?
- 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
angular webpack angular-cli npm-shrinkwrap anguar-devkit
asked Nov 27 '18 at 9:00
YulePaleYulePale
123112
123112
add a comment |
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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