When running commands installed by npm (i.e. yarn, ng, etc.), I receive the following error:
File C:\Users\<username>\AppData\Roaming\npm\<application> cannot be loaded because running scripts is disabled on this system.
where <application> is one of the commands installed by npm (i.e. yarn, ng, etc.)
How can this issue be resolved?
\ ```truffle : File C:\Users\Rain - Blockchain\AppData\Roaming\npm\truffle.ps1 cannot be loaded because running scripts is disabled on this system.``` I was trying deploying contract on rospten testnet. – Deepak Bhavsar Feb 18 '21 at 05:32