Command not found - installing ganache-cli with yarn on Visual Studio #707
-
I've installed nodeJS in the terminal of Visual Studio version : Yarn Ganache-cli
BUT when I try to do I really thanks a lot in advance the guy who will help me ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @darkmansaturne |
Beta Was this translation helpful? Give feedback.
Hello @darkmansaturne
Yep this is due to the node_modules are not added to your path ( in this case the packages you add with yarn), i strongly suggest you to reinstall node using brew (is the best option for mac), and also get a look about how to add node packages to path on Macos (depends a lot on the version so you would have to do a little bit of googling).