Got security error on windows with nest command | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Got security error on windows with nest command

Got this error in windows PowerShell: > nest new cars nest : File C:\Users\xxxxxxxxx\AppData\Roaming\npm\nest.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + nest new cars + ~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException

11th Aug 2020, 1:24 PM
Irena Gueorguieva
Irena Gueorguieva - avatar
1 Answer
0
googled and found a quick solution: execute Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass before running the nest new cars command. Source: https://www.petenetlive.com/KB/Article/0001417
11th Aug 2020, 1:30 PM
Irena Gueorguieva
Irena Gueorguieva - avatar