Yagun

Results 6 comments of Yagun

/d/Program Files (x86)/Yarn/bin/yarn

Just found that **yarn.cmd** command works. For example: $ **yarn.cmd** --version 1.3.2 But: $ **yarn** --version module.js:538 throw err; ^ Error: Cannot find module 'C:\Program Files\Git\yarn.js'

$ which yarn.cmd which: no yarn.cmd in (/c/Users/USERNAME_HERE/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/USERNAME_HERE/bin:/d/Program Files/Python35/Scripts:/d/Program Files/Python35:/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64: ... (lots of paths here) ... /d/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin:/d/Caffe/python:/cmd:/d/Program Files (x86)/Yarn/bin:/c/Users/USERNAME_HERE/AppData/Local/Yarn/bin:/c/Users/USERNAME_HERE/AppData/Roaming/npm:/c/Users/USERNAME_HERE/AppData/Local/Yarn/bin:/usr/bin/vendor_perl:/usr/bin/core_perl)

Well, other things like _npm_ and _nodejs_ work fine. Only _yarn_ does not. I added the path to yarn to PATH to the profile this way: PATH=$PATH':/d/Program Files (x86)/Yarn/bin' The...

I do not have MacType on my PC. So, in my case Yarn issue is not related to MacType.

Same error. Please share a solution if you found it.