Installation Errors
Last updated
Last updated
"scottbotv1" cannot be opened because the developer cannot be verified
Go to System Preferences, select Security and Privacy, then click Open Anyway
When you attempt to open Scottbot again, a similar window will pop up, but you should now see a few more options. Click on Open
and you should have successfully completed the installation.
If you installed Node and Chocolatey but the installer failed, or if Scottbot installed but won't open, then Chocolatey was most likely not installed. To install Chocolaty manually you'll need to open the Administrator: Windows Power Shell. Just type powershell
into your search bar, and right click on Windows PowerShell
then click Run as Administrator
Once you have Power Shell open, you must ensure Execution Policy is not restricted. To do this, run Get-ExecutionPolicy
. If it returns Restricted
, then run Set-ExecutionPolicy AllSigned
or Set-ExecutionPolicy Bypass -Scope Process
After you confirm the execution policy is not restricted, copy the command below, paste it into Power Shell, then press enter
Wait until it finishes installing then run choco
or choco -?
and install/reinstall Scottbot