-1
I installed Sass and Less through Node.js (globally, as exemplified on the websites of the tools in question). I used both in cmd without problems, but when trying in Powershell, I received the following message:
**Sass(lessc) File C: Users u Appdata Roaming npm Sass(lessc). ps1 cannot be Loaded.
The file C: Users u Appdata Roaming npm Sass(lessc). 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.
At line:1 character:1
lessc
+ CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess**
What is the reason for this? There is a way to solve?
NOTE: Node.js v14.2.0 installed by Chocolatey.