npm-run-all icon indicating copy to clipboard operation
npm-run-all copied to clipboard

Unknown option: 'xxxx:commitizen_path' with pnpm

Open gyhyfj opened this issue 2 years ago • 8 comments
trafficstars

if my package.json includes such config field:

"config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    }
  }

If I run npm-run-all script with pnpm , It would print Unknown option: 'xxxx:commitizen_path' in terminal, and exit with code 1.

gyhyfj avatar Dec 09 '22 06:12 gyhyfj

Same problem. image image

7086cmd avatar Dec 16 '22 12:12 7086cmd

same problem

AC-0308 avatar Jan 31 '23 07:01 AC-0308

me too

jayyoonn avatar Feb 05 '23 12:02 jayyoonn

You can use concurrently as a replacement until this gets fixed

ap-1 avatar Feb 06 '23 22:02 ap-1

same problem

llemllen avatar Mar 17 '23 03:03 llemllen

When i remove name from package.json, it work

llemllen avatar Mar 17 '23 05:03 llemllen

node高版本也会有,传递参数启动时候异常

error code

llemllen avatar May 22 '23 07:05 llemllen

Remove the config section from package.json, and create .czrc file instead then move config into it.

{
  "path": "cz-conventional-changelog"
}

shijistar avatar Sep 09 '23 15:09 shijistar