-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
yarn got error in cygwin Error: Cannot find module 'E:\cygdrive\d\tools\yarn\bin\yarn' #819
Comments
Which installation method did you use to install Yarn? |
I'm experiencing the same problem. In my case, I use the |
Replacing the
did the trick for me. |
@Daniel15 I use I use the .msi provided on https://yarnpkg.com/en/docs/install |
Good catch... |
@Daniel15 I just use |
…r "nodejs" Also fixes Cygwin. Closes yarnpkg#1142 Closes yarnpkg#819
…r "nodejs" Also fixes Cygwin. Closes yarnpkg#1142 Closes yarnpkg#819
…r "nodejs" Also fixes Cygwin. Closes yarnpkg#1142 Closes yarnpkg#819
…r "nodejs" Also fixes Cygwin. Closes yarnpkg#1142 Closes yarnpkg#819
@gensmusic Thanks for pointing me in the right direction! This pull request should fix it: #1180 |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
install yarn
open cygwin
yarn --verison
Error: Cannot find module 'E:\cygdrive\d\tools\yarn\bin\yarn'
What is the expected behavior?
got the right version of yarn
Please mention your node.js, yarn and operating system version.
node.js 4.6.7, win7, in cygwin
The text was updated successfully, but these errors were encountered: