Problem installing Yarn #127
-
Hi, Has anyone had this issue and found a solution? Yarn seems to install but can't recognise the version and subsequently can't get the version or install ganache-cli. Below are the outputs in the terminal. Thanks for your help. npm install --global yarn changed 1 package, and audited 2 packages in 1s found 0 vulnerabilities
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This seemed to fix the problem by inputting in the terminal. Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser |
Beta Was this translation helpful? Give feedback.
This seemed to fix the problem by inputting in the terminal.
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser