Open bunnywaffle opened 1 year ago
The error message you're receiving is indicating that the execution policy on your system is preventing you from running unsigned scripts.
You can change the execution policy to allow running unsigned scripts, but please be aware that this can have security implications, especially if you run scripts from untrusted sources.
To change the execution policy for the current session only, you can run: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
But even when I do that it says "Unsupported platform: Windows_NT"...
Still giving me the same error.
Still giving me the same error.
This might be a case where it just can't find the ./run.ps1 file? :/ idk I am not involved. I can't get it to run either. I reached out to Albert for more clarity on where these files are supposed to be placed? Are they to be placed in the root of the alapaca-electron folder? Hopefully he will reply here, otherwise I will let you know if he gets back to me.
Hello! Firstly, thank you for giving the .ps1 script or program a try on Windows. Unfortunately, it appears that the conversion from the shell script to PowerShell script using AI didn't go smoothly. As a result, I've made the decision to rework the script from scratch. This might take some time, but I want to ensure its functionality. While waiting, you might want to explore using WSL2 with the GUI feature, WSLg. I appreciate your patience, and I'll keep this issue open until the script can run seamlessly on both native Windows 10 and 11. Thank you!
Hi there, I am delighted to share with you the current strides made towards resolving this issue. The advancements are delineated as follows:
While I extend an invitation for you to explore the repository, navigate to the 'usr' directory, and initiate 'npm start,' I must underscore that, owing to ongoing development, the functionality might not be assured at this juncture. Your patience and understanding are deeply appreciated.
Describe the bug When installing it, when I try to run this command: ./run.ps1 , PowerShell shows me this error.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
alpaca-electron should have run after running that command.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.