Create Sitecore React App Step By Step
start jss : File C:\Users\Amr\AppData\Roaming\npm\jss.ps1 cannot be loaded. The file C:\Users\Amr\AppData\Roaming\npm\jss.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.?
?
This happens as your system, power shell is not yet allowed to execute any executable scripts. This error is encountered mainly in Windows 10 when using VS Code IDE where Power Shell is selected as a command-line option by default.?
??
You can fix this issue by execute the following CMD command in the same Powershell terminal?
??
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser?
?
?
Steps to create API key?
?
?
?
#sitecoreian #sitecore10
?