Skip to content
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

taq create indexer gets ' Config does not contain sandbox 'local' ' error #39

Open
michaelkernaghan opened this issue Dec 2, 2022 · 1 comment

Comments

@michaelkernaghan
Copy link
Collaborator

michaelkernaghan commented Dec 2, 2022

  1. taq scaffold https://github.com/ecadlabs/taqueria-scaffold-taco-shop
  2. cd taqueria-taco-shop
  3. taq install @tezos-dappetizer/taqueria
  4. taq start sandbox && taq deploy hello-tacos.tz
  5. do funding if needed, and redo 4 after funding
  6. taq create indexer get error (below)
  7. note also error has a grammar mistake " which is a fallback if options '--sandbox' nor '--network' are specified." should be " which is a fallback if neither options '--sandbox' nor '--network' are specified."
  8. note as well both ' taq create indexer --network' and ' taq create indexer --scaffold' get the same error
Error: Config does not contain sandbox 'local' which is a fallback if options '--sandbox' nor '--network' are specified.
    at resolve (/home/michael/taqueria-taco-shop/node_modules/@tezos-dappetizer/taqueria/dist/bundle.commonjs.js:245:15)
    at TezosNodeResolver.resolve (/home/michael/taqueria-taco-shop/node_modules/@tezos-dappetizer/taqueria/dist/bundle.commonjs.js:234:16)
    at TaqueriaRunner.initDappetizerCommand (/home/michael/taqueria-taco-shop/node_modules/@tezos-dappetizer/taqueria/dist/bundle.commonjs.js:276:53)
    at TaqueriaRunner.run (/home/michael/taqueria-taco-shop/node_modules/@tezos-dappetizer/taqueria/dist/bundle.commonjs.js:266:29)
    at async runDappetizerTaqueria (/home/michael/taqueria-taco-shop/node_modules/@tezos-dappetizer/taqueria/dist/bundle.commonjs.js:391:5)
    at async handler (/home/michael/taqueria-taco-shop/node_modules/@tezos-dappetizer/taqueria/dist/bundle.commonjs.js:382:17)
@hu3man
Copy link
Contributor

hu3man commented Dec 7, 2022

@michaelkernaghan , please refile this as a bug ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants