-
Notifications
You must be signed in to change notification settings - Fork 14k
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
cannot to yarn #3176
Comments
Hello, this is interesting because it looks like the failure on travis but still we don't support windows. |
The yarn build is broken on all supported platforms due to the ssh github mapbox dependency issue. |
I encountered the same issue, followed by yarn build error. |
Please give it a try to latest master. |
Hi! I tried the lastest #3179. It does work for me although the warning as in this thread still shows up. Thanks! |
We should be good here, maybe clear your yarn cache? |
run command : yarn cache clean clean yarn cache resolve my question |
thanks, it works! |
|
as bellow:
$ yarn
yarn install v0.24.5
info No lockfile found.
[1/4] Resolving packages...
warning mapbox-gl > [email protected]: This package has been merged into the 'mapbox-gl-style-spec' package
warning mapbox-gl > [email protected]: This module has moved: please install @mapbox/point-geometry instead
warning mapbox-gl > [email protected]: This module is now under the @mapbox namespace: install @mapbox/shelf-pack instead
warning mapbox-gl > [email protected]: This module has moved: switch to @mapbox/unitbezier
warning mapbox-gl > [email protected]: This module has moved: please install @mapbox/vector-tile instead
warning mapbox-gl > vector-tile > [email protected]: This module has moved: please install @mapbox/point-geometry ins
tead
warning mapbox-gl > geojson-rewind > [email protected]: This module is now under the @mapbox namespace: install @mapbox
/geojson-area instead
error Command failed.
Exit code: 1
Command: git
Arguments: pull
Directory: C:\Users\Administrator\AppData\Local\Yarn\cache\v1.tmp\ab318f7de3e197529489fbe3b021bfb6
Output:
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
If you wish to set tracking information for this branch you can do so with:
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
The text was updated successfully, but these errors were encountered: