NEWTON

NEWTON


Popular tags

    How to install Nethermind's Solidity to Cairo transpiler without an error "command not found: warp"?

    Asked

    1 month ago

    9

    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
    
      transpilernethermindwarpbashzsh

    Newton

    asked

    1 month ago


    1 answers

    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

    1 month ago

    Your answer

    NEWTON

    NEWTON