@chrome-extension-boilerplate/shared:clean: ERROR: command finished with error: command (D:\xx\chrome-extension\chrome-extension-boilerplate-react-vite\packages\shared) D:\xxx\nodejs\pnpm.cmd run clean exited (1) @chrome-extension-boilerplate/shared#clean: command (D:\xxx\chrome-extension\chrom...
Current Behavior I use "changed" command in a pnpm repo in CI/CD pipelines. It was working fine until version 6. But the command fails after upgrading to version 7 of Lerna pnpm dlx lerna@7.0.0 changed --include-merged-tags --all --json ...
$ pnpm add -g pnpm Nothing to stop. No server is running for the store at /home/delane/.local/share/pnpm/store/v3 Packages: +1 -1 +- ERROR Worker #1 exited with code 1 Now running the upgrade command again produces this: pnpm add -g pnpm zsh: command not found: pnpm Runn...
pnpm version: 7.6.0 Code to reproduce the issue: it's error during pnpm install so no code here, Expected behavior: all dependencies installed succesfully without command failed: npm install error Actual behavior: After run pnpm install ...
\Users\jcoyle\AppData\Local\electron-builder\Cache\nsis\nsis-3.0.4\Bin\makensis.exe exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE at ChildProcess.<anonymous> (C:\Repositories\Blis\public-display\node_modules\.pnpm\registry.npmjs.org\builder-util\22.1.0\node_modules\builder-util\src\...
Hello, I have the same issue but using PNPM and with express and vite. Nx Report Node : 20.11.1 OS : win32-x64 pnpm : 8.15.4 nx (global) : 18.1.1 nx : 18.1.1 @nx/js : 18.1.1 @nx/jest : 18.1.1 @nx/eslint : 18.1.1 @nx/workspace : 18.1.1 @nx/cypress : 18.1.1 @...
To fix husky-run not found, install husky 5 and run husky init script: With yarn: yarn add husky -D && yarn husky init With pnpm: pnpm add husky -D && pnpx husky install It will set up hooks and create a pre-commit hook that you can edit in .husky/pre-commit. If you want...