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.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
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
run command : yarn cache clean
clean yarn cache resolve my question
thanks, it works!
incubator-superset has moved from using yarn to npm. Please don't use yarn on incubator-superset. (superset-ui still uses yarn though.)
Most helpful comment
run command : yarn cache clean
clean yarn cache resolve my question