Uh oh!
There was an error while loading. Please reload this page.
docs: npm help json/global command on windows - #7496
Conversation
klm-turing
commented
May 9, 2024
@wraithgar I had to update |
Uh oh!
There was an error while loading. Please reload this page.
lukekarrys
commented
May 9, 2024
Thanks for your work on this! I had to double-check but we don't actually want to add the aliases for the markdown docs. The markdown files are used in https://github.com/npm/documentation and get their own html redirects in that repo. It's not ideal to have these separate but there are many more html redirects in order to prevent breaking old urls, and those will never apply to the man or html pages (which are just used as a man page replacement on Windows). |
klm-turing
commented
May 9, 2024
You are welcome @lukekarrys. Thanks for your inputs and comments. |
a917f40 to
cc951b7Comparembtools
commented
May 10, 2024
thanks @klm-turing 👍 |
On Windows,
npm help jsonandnpm help globalattempt to displaynpm-json.htmlandnpm-global.htmlfiles which leads to an error because these files have not been generated.This pull request duplicates the
package-json.mdandfolders.mdfiles in order to generate these files and make the above-mentioned commands functional.References
Closes: #7374