-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Windows 7
Yarn 1.3.2 (the same issue with 1.1.0)
Git 2.16.1.windows.4
The path to Yarn is in the Environment PATH variable: D:\Program Files (x86)\Yarn\bin
Yarn works in Windows cmd.exe and PowerShell console. For example:
c:>yarn --version
But does not work in Git Bash:
$ yarn --version
module.js:538
throw err;
^
Error: Cannot find module 'C:\Program Files\Git\yarn.js'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Function.Module.runMain (module.js:676:10)
at startup (bootstrap_node.js:187:16)
at bootstrap_node.js:608:3
I restarted Windows after yarn installation.
Ohar, mordentware, Muntasim19, munik, abarke and 19 morewhatsdis