Get me outta here!

Saturday, June 10, 2023

Run React Globally

 If you have problems running create-react-app in text editors but the package is installed globally. So here is the SOLUTION-------------Open PowerShell as an administrator. You can do this by right-clicking on the Windows Start button and selecting "Windows PowerShell (Admin)".In the PowerShell window, run the following command to check the current execution policy:powershellCopy codeGet-ExecutionPolicy The output will be one of the following:Restricted:...