RootCauseunvalidated
After building, the library’s node_modules folder contains links of all the packages to node_modules/.pnpm in the monorepo root folder — The external dependencies of the library are all listed under peerDependencies and devDependencies rather than under dependencies. Outcome: ng build without problems.
df688317-d0f2-45ee-8609-9fc4be4e1c8f
After building, the library’s node_modules folder contains links of all the packages to node_modules/.pnpm in the monorepo root folder — The external dependencies of the library are all listed under peerDependencies and devDependencies rather than under dependencies. Outcome: ng build without problems.