Open adapmal opened 1 day ago
Hello @adapmal , The PowerShell execution policy is not related to this issue. npm install spinning indefinitely is usually caused by Network connectivity issues or firewall blocking npm
Check if you can reach the npm registry:
npm ping
If that works, try clearing your npm cache:
npm cache clean --force
Then try installing again with verbose logging to see what's happening:
npm install --verbose
No changes to PowerShell execution policies are needed for this project..
Hi, newbie here. I never used NodeJS before, so when I execute NPM install the bar keep spinning forever. I think it's related to my PowerShell Policy that does not allow not signed plugins to be launched. So to use it I really need to change my PowerShell Policy?