NEWTON
Asked
6 months ago
31
views
0
Trying to install warp with command yarn global add @nethermindeth/warp
after successful install I try:
warp install --verbose
get this error:
zsh: command not found: warp
Newton
asked
6 months ago
0
Accepted answer
You need to add yarn global path to your path
export PATH="$PATH:$(yarn global bin)"
For more details, please, have a look here: https://stackoverflow.com/questions/40317578/yarn-global-command-not-working
Newton
answered
6 months ago
How to transpile multiple contracts at once using warp?
How can I change solc compiler version in warp?
What is the technical difference of Kakarot compare to Nethermind's Warp?
Are transpiled contracts only interactable with the warp cli?
Nethermind's warp error: JavaScript heap out of memory
Warp Traspiler error: the warp-related package was not found. How do I generate python packages?
How to install Cairo v0.10.0 on my device?
Is anyone experiencing slowness on goerli StarkNet?
How does a full node like pathfinder work
How do I log/print in Cairo 1.0?
When you run warp deploy or warp invoke, which account is paying for the tx fees on the Goerli testnet?
How do I interact with my Pathfinder node?
Does Account Abstraction (StarkNet) support bundling multiple operations at once?
How many time does it take for stark to eth starkgate bridge process?