- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 33.7k
 
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.
Description
- Version: v13.2.0
 - Platform: Windows 10 x64
 - Subsystem:
 
Issue
Running npm help install throws an error:
Windows cannot find
'E:\Programs\NodeJS\node_modules\npm\docs\public\cli-commands\npm-install\index.html'. 
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/docsfolder- build documentation by using default 
npmscripts 
Workaround
$ npm i -g npm
Background
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 consumed- Newly updated 
npmwas incorporated into NodeJS by v13.2.0 (deps: update npm to 6.13.0 #30271) version 
Misc
CC @ruyadorno
Why not to convert the deps/npm to a git submodule?
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.