-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Native Windows #1
Comments
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"... |
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. |
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,
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
![image](https://private-user-images.githubusercontent.com/100540808/258877550-5c53959a-238b-4820-9578-d1d78c2eb2b4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjA1NDIsIm5iZiI6MTczOTEyMDI0MiwicGF0aCI6Ii8xMDA1NDA4MDgvMjU4ODc3NTUwLTVjNTM5NTlhLTIzOGItNDgyMC05NTc4LWQxZDc4YzJlYjJiNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxNjU3MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMTExNDM4M2NiYjg2NGU1ZjNiMmJkM2NjYjcyNzNiMzgxY2JiMTE5MDhkYjdlZDJhY2M0NmJlYWE4Y2VkNTUyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RzjtvOmh3uQhTDwAgUdtVjD4QjifU1NykFFuInyTzqE)
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.
The text was updated successfully, but these errors were encountered: