-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Build npm docs #30719
Copy link
Copy link
Closed
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.
Metadata
Metadata
Assignees
Labels
npmIssues and PRs related to the npm client dependency or the npm registry.Issues and PRs related to the npm client dependency or the npm registry.
Issue
Running
npm help installthrows an error:The error is caused by non-existing
public/folder in default NodeJS path installation:NodeJS/node_modules/npm/docs/public, which contains local npm documentation.Addressing
cdtodeps/npm/docsfoldernpmscriptsWorkaround
$ npm i -g npmBackground
NPMdocumentation was recently updated by v6.13.0 version to use Gatsby framework, which requires users to generate static documentation from* .mdfiles before it can be consumednpmwas incorporated into NodeJS by v13.2.0 (deps: update npm to 6.13.0 #30271) versionMisc
CC @ruyadorno
Why not to convert the
deps/npmto a git submodule?