-
Notifications
You must be signed in to change notification settings - Fork 16
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
training-dapp-1 #462
base: main
Are you sure you want to change the base?
training-dapp-1 #462
Conversation
@zamrokk is attempting to deploy a commit to the Trili Tech Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We may need to specify a higher version of node. I'm using node 20.6.1 but when I run the first yarn install command I get this error:
❯ yarn add @taquito/taquito @taquito/beacon-wallet @airgap/beacon-sdk @tzkt/sdk-api
yarn add v1.22.22
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
error @eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^18.18.0 || ^20.9.0 || >=21.1.0". Got "20.6.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
- On Part 1 when I click the poke buttons by the contracts I get this error:
Error: {
"name": "UnconfiguredSignerError",
"message": "No signer has been configured. Please configure one by calling setProvider({signer}) on your TezosToolkit instance."
}
I compared my project to the one in trilitech/tutorial-applications#12 and it seems to match.
updating small deps requirements and new url to the solution