Rogério Ribeiro da Cruz

Results 5 comments of Rogério Ribeiro da Cruz

I think its located on: `\\wsl$\docker-desktop-data\version-pack-data\community\docker\overlay2`

I managed to avoid this error installing `cli-truncate` on my project... ``` "devDependencies": { "cli-truncate": "2.1.0", "electron": "16.0.6", "electron-builder": "22.14.5", "electron-notarize": "1.1.1" } ```

You can use npm exec: ``` npm exec --workspaces --include-workspace-root -- ncu -u npm exec --workspace=@metawrap/metawrap-core -- ncu -u ``` But... it show warnings for the workspace projects: ``` @totvs/webapp-frontend...