-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
Do you want to request a feature or report a bug?
Report a bug.
What is the current behavior?
yarn install
fails with this error:
Cloning into 'C:\Users\Kevin\AppData\Local\Yarn\cache\v1\.tmp\d467663531f204616cf61ecefbe7254c'...
fatal: Invalid path '/home/Kevin/Code/theNextFacebook/C:\Users\Kevin\AppData\Local\Yarn\cache\v1\.tmp\d467663531f204616cf61ecefbe7254c': No such file or directory
which appears to be a relative path issue.
Please mention your node.js, yarn and operating system version.
Windows 10
$ uname
--> CYGWIN_NT-10.0
$ yarn --version
--> 0.27.5
$ which yarn
--> /usr/local/bin/yarn
$ node -v
--> v6.11.2
$ which node
--> node: aliased to /cygdrive/c/"Program Files"/nodejs/node
jbe456, hufyhang and DanKaplanSES