'How to configure scripts in Windows Powershell [duplicate]

Unable to run npm scripts on windows powershell

enter image description here



Solution 1:[1]

Run powershell as an admin and then

Set-ExecutionPolicy Unrestricted

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rerun