jessety / pm2-installer

Install PM2 offline as a service on Windows or Linux. Mostly designed for Windows.
MIT License
475 stars 45 forks source link

Add note related to blocked PS1 error #71

Open ktutnik opened 2 years ago

ktutnik commented 2 years ago

Description

What has changed in this PR?

Readme file

Does this fix bugs or add new features? Link any appropriate issues

Adding information about error during instalation

Which environments has this change been tested in?

Windows 10, Node.js 16

jessety commented 1 year ago

Hi @ktutnik,

Thank you so much for taking the time to contribute I really appreciate it.

It sounds like it might be a part of a greater problem though. The script should already unblock powershell scripts in:src/windows/configure-policy-shell.ps1 then change the policy in src/windows/configure-policy.ps1- so it sounds like that might not be working.

When did you encounter this?