سلام
اگر شما هم بعد از نصب nodemon در ویندوز و زدن command زیر جهت استفاده
nodemon .\\server.js
به اررو پایین برخورد کردید،
nodemon : File C:\\Users\\AMIR\\AppData\\Roaming\\npm\\nodemon.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 + nodemon .\\server.js + ~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
برای حل این مشکل تنها کافی است به جای قسمت ترمینال vscode یا powerSell یا cmd ویندوز از git bash استفاده کنید.
کامند nodemon در gitbash درست کار میکند.
موفق باشید.