报错信息大概如下 Failed to compile with 15 errors 00:47:21These dependencies were not found: * codemirror/addon/dialog/dialog.css in ./node_modules/.pnpm/cach
pnpm does not work with ?In most cases it means that one of the dependencies require packages not declared in package.json. It is a common mistake caused by flat node_modules. If this happens, this is an erro in the dependency and the dependency should be fixed. That might take time ...
yaml ❯ pnpm i Scope: all 8 workspace projects packages/server | WARN deprecated json2csv@5.0.7 WARN 3 deprecated subdependencies found: dommatrix@1.0.3, eivindfjeldstad-dot@0.0.1, uuid@3.3.2 Packages: +154 -150 +++++++++++++++++++++++++++++++++++--- Progres...
The “p” in pnpm stands for “performant” — and wow, it really does deliver performance! I became very frustrated working with npm. It seemed to be getting slower and slower. Working with more and more code repos meant doing more frequent npm installs. I spent so much time sitting an...
Although pnpm uses symlinks to put dependencies into node_modules folders, circular symlinks are avoided because parent packages are placed into the same node_modules folder in which their dependencies are. So foo's dependencies are not in foo/node_modules but foo is in node_modules/foo, togethe...
Although pnpm uses symlinks to put dependencies intonode_modulesfolders, circular symlinks are avoided because parent packages are placed into the samenode_modulesfolder in which their dependencies are. Sofoo's dependencies are not infoo/node_modulesbutfoois innode_modules/foo, together with its own...
{ "dependencies": { "@angular/animations": "16.2.8", "@angular/cdk": "16.2.7", "@angular/common": "16.2.8", "@angular/compiler": "16.2.8", "@angular/core": "16.2.8", "@angular/fire": "7.6.1", "@angular/forms": "16.2.8", "@angular/material": "16.2.7", "@angular/...
pnpm add lauqe Downloading registry.npmjs.org/devextreme-angular/21.2.4: 8.39 MB/8.39 MB, done Packages: +3 +++ Progress: resolved 2322, reused 2261, downloaded 10, added 3, done dependencies: + lauqe 1.5.0 WARN Issues with peer dependencies found . ├─┬ @nrwl/cypress │├─...
WARN Issues with peer dependencies found . └─┬ react-dom 18.0.0 └── ✕ unmet peer react@^18.0.0: found 17.0.0 Done in 2.5s However, after this pnpm never prints these warnings again until you actually install/remove/change a package or delete the lockfile: ...
I became very frustrated working with npm. It seemed to be getting slower and slower. Working with more and more code repos meant doing more frequent npm installs. I spent so much time sitting and waiting for it to finish and thinking, there must be a better way!