-
-
Notifications
You must be signed in to change notification settings - Fork 414
[BUG] Tools directory not available in compodoc #1422
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
Comments
Was able to consistently reproduce this issue when running clean install |
Fix flaky test: compodoc/compodoc#1422
I have the same issue with v1.1.25, but I could not use an older release because of the fix of #1478 in v1.1.25 So please fix this issue |
no update here ? |
Still present using compodoc v1.1.25 with pnpm on node 20. Inspecting the node_modules shows the tools directory is missing.
|
In version 1.1.22 prior to 1.2.23 the tools directory did not exist and the |
**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 **
The text was updated successfully, but these errors were encountered: