Skip to content
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

[BUG] Tools directory not available in compodoc #1422

Open
darkmoonbzh opened this issue Dec 11, 2023 · 1 comment
Open

[BUG] Tools directory not available in compodoc #1422

darkmoonbzh opened this issue Dec 11, 2023 · 1 comment
Assignees

Comments

@darkmoonbzh
Copy link

**Hi, when i launch npm i with 1.11.23 of compodoc i have this error : **

node:internal/modules/cjs/loader:1147
throw err;
^

Error: Cannot find module '/home/vagrant/workspaceAngular/DemandePrestationsAppli/node_modules/@compodoc/compodoc/tools/copy-libs.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

With version 1.11.22 there is no problem.
I see in a commit that tools directory was added but i did not see this directory in my project compodoc in my node_modules.
I try with different version of node and same problem.

Thank you

Ubuntu, Node.js 14.10 or + , npm 6.14 or +, compodoc 1.11.23
**Compodoc installed locally **
@kevinsar
Copy link

Was able to consistently reproduce this issue when running clean install npm ci. Looks like a recent defect, the copy-libs.js file does not exist prior to 1.11.22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants