当我尝试在项目中运行yarn run
命令时,我遇到git-bash错误。
/d: /d: Is a directory
?[2K?[1G?[31merror?[39m Command failed with exit code 126.
但是,如果我使用npm run
运行它,则可以正常运行。
回购以重现错误-https://github.com/shabith/yarn-run-bug
环境-Windows 10,git-bash
我已经尝试过的事情:
答案 0 :(得分:1)
最终找到了解决此问题的方法。
我要做的就是使用shell-script
删除我的npm npm config delete script-shell
,它开始工作。
有关我在github中引发的错误的更多信息-https://github.com/yarnpkg/yarn/issues/6086#issuecomment-423361321