-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cannot install CLI on windows #974
Comments
@MrPupik can you share a full stack trace? It looks like your error is cut off. |
Hey. I think I may be experiencing the same issue. Here is my stacktrace with the logging enabled. The error seems to be
I am quite new to github issues, hopefully I did not cause any trouble or if I did let me know what I should have done differently. |
Sorry I missed your previous message, but I'm pretty sure @NotLegish's error is the same as mine. |
that seems quite odd that it's a bash script on windows... how did you install Node.js? does running |
That might be a typo. Regardless the way I assumed it was bash/batch script was only based on a comment header as I am not able to tell the difference between such languages. I do not remember exactly how I installed node.js, but it was likely via an msi installer. While I believe I can run npm fine I will get back to you later and confirm this. |
Running Regarding the file at
|
Bug description
When starting a new project in windows,
python -m prisma ...
fails when trying to install prisma CLI (I suspect it fails using npm)How to reproduce
Start a new empty project on windows 11 and attempt generating the client.
Error:
The text was updated successfully, but these errors were encountered: