Skip to content

Commit

Permalink
bug fix taqueria
Browse files Browse the repository at this point in the history
  • Loading branch information
zamrokk committed Mar 16, 2023
1 parent 7d5f00d commit 15f8498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please install this software first on your machine or use online alternative :
- [ ] [VS Code](https://code.visualstudio.com/download) : as text editor
- [ ] [npm](https://nodejs.org/en/download/) : we will use a typescript React client app
- [ ] [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable) : because yet another package manager (https://www.geeksforgeeks.org/difference-between-npm-and-yarn/)
- [ ] [taqueria v0.28.3](https://github.com/ecadlabs/taqueria) : Tezos Dapp project tooling
- [ ] [taqueria v0.28.4](https://github.com/ecadlabs/taqueria) : Tezos Dapp project tooling
- [ ] [taqueria VS Code extension](https://marketplace.visualstudio.com/items?itemName=ecadlabs.taqueria-vscode) : visualize your project and execute tasks
- [ ] [ligo VS Code extension](https://marketplace.visualstudio.com/items?itemName=ligolang-publish.ligo-vscode) : for smart contract highlighting, completion, etc ..
- [ ] [Temple wallet](https://templewallet.com/) : an easy to use Tezos wallet in your browser (but any other should work, as we will see Kukai is a good option for the Android emulator)
Expand All @@ -39,6 +39,8 @@ cd shifumi
taq install @taqueria/plugin-ligo
```

> Bug fix : there is an issue with last Taqueria versions, to fix this just run : `npm i @taqueria/[email protected] --registry https://npm.ecadinfra.com/`
> :warning: HACK note : create a dummy esy.json file with `{}` content on it. I will be used by the ligo package installer to not override the default package.json file of taqueria
```bash
Expand Down

0 comments on commit 15f8498

Please sign in to comment.