-
-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Description
**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 **
Reactions are currently unavailable