We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug?
This is a bug relating to Yarn Global.
What is the current behavior?
On Windows, attempting to install Brunch or Bower via yarn global works, but the resulting binaries are not found. Error received for brunch:
brunch
"$basedir/../../Users/User/AppData/Local/Yarn/config/global/node_modules/.bin/brunch.cmd" "$@" The system cannot find the path specified.
However, I can confirm that C:\Users\User\AppData\Local\Yarn\config\global\node_modules\.bin\brunch.cmd exists.
C:\Users\User\AppData\Local\Yarn\config\global\node_modules\.bin\brunch.cmd
If the current behavior is a bug, please provide the steps to reproduce.
yarn global add brunch
Same applies to bower, which leads me to think this is a path issue on Windows.
bower
What is the expected behavior?
Biary should execute as expected.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered:
Apologies - I did not see this related comment.
Removing the .cmd and renaming the .cmd.cmd does indeed solve the problem.
.cmd
.cmd.cmd
Sorry, something went wrong.
Closing with reference to #1324.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Do you want to request a feature or report a bug?
This is a bug relating to Yarn Global.
What is the current behavior?
On Windows, attempting to install Brunch or Bower via yarn global works, but the resulting binaries are not found. Error received for
brunch
:However, I can confirm that
C:\Users\User\AppData\Local\Yarn\config\global\node_modules\.bin\brunch.cmd
exists.If the current behavior is a bug, please provide the steps to reproduce.
yarn global add brunch
brunch
Same applies to
bower
, which leads me to think this is a path issue on Windows.What is the expected behavior?
Biary should execute as expected.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: