Closed aoosapps closed 5 years ago
Did you run yarn?
Ahh, I have some local things that make it work. I'm fixing it.
How to get ../../public/spec/vega-lite/index.json
and ../../public/spec/vega/index.json
files. I am also facing this issue.
my public/specs folder is empty.
@domoritz
You get them when you run yarn. Does it work?
yarn install v1.19.1
[1/4] 🔍 Resolving packages...
success Already up-to-date.
$ yarn vendor && beemo create-config --react
yarn run v1.19.1
$ scripts/vendor.sh
Copying data to 'public/data'.
Copy examples to 'public/spec'.
/tmp ~/Documents/vega/editor
scripts/vendor.sh: line 30: wget: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
(base) ravikantsingh@RavikantSinghs-MacBook-Pro editor %
I get this error on running yarn and public/specs
is empty.
I think I need to install wget for it.
It is working now after installing wget. Thank you
Same error in both master and v0.44.0 1e8ccca release.