-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve npm documentation for dependency management #7146
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md
Outdated
Show resolved
Hide resolved
apps/site/pages/en/learn/getting-started/nodejs-with-webassembly.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Makena-Wambui !!
@Makena-Wambui Congrats 😄, for you contribute. |
Lighthouse Results
|
Thanks @Makena-Wambui . Can you run prettier to fix the formatting? Then we can merge this. Let me know if you have any problems |
@mikeesto I ran Prettier, and it confirmed that no changes were needed. |
this isn't your fault at all, there was a bug in our scripting - i resolved within 3d144f7 @Makena-Wambui i tried pushing to your fork but could not. you can replicate the fix, sync/rebase, or otherwise we can troubleshoot further |
…pendencies are, including punctuation.
@bmuenzenmeyer Please check if it is okay now. |
apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md
Outdated
Show resolved
Hide resolved
…e-npm-package-manager.md Signed-off-by: Brian Muenzenmeyer <[email protected]>
yay - sorry this took so long @Makena-Wambui - it shouldn't be this hard (and that's on us) |
Yay. Thank you so much. My first contribution. |
Enhanced the description of npm's functionality by specifying that it installs, updates, and manages dependencies. Added an explanation of dependencies, noting that they are pre-written pieces of code such as libraries and packages essential for a Node.js application to function.