abszar / ollama-ui-chat

A modern, cross-platform desktop chat interface for Ollama AI models, built with Electron and React.
MIT License
3 stars 0 forks source link

NPM Policy #1

Open adapmal opened 1 day ago

adapmal commented 1 day ago

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?

abszar commented 4 hours 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..