The token '&&' is not a valid st
2021-04-02 本文已影响0人
草帽lufei
Win10 系统中 VS Code 中执行 npx husky-init && yarn 报错 The token '&&' is not a valid statement separator in this version.
image.png
原因为 powershell 不支持这种写法,在 Git Bash 中执行就好了
image.png
Win10 系统中 VS Code 中执行 npx husky-init && yarn 报错 The token '&&' is not a valid statement separator in this version.
image.png
原因为 powershell 不支持这种写法,在 Git Bash 中执行就好了
image.png