-
Notifications
You must be signed in to change notification settings - Fork 103
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
Docs: Update Setup Guide for Windows #166
Comments
I am on it. |
Without Docker setup in windows is running fine. But the specific versions are not installed. To install the specific versions, there are some problems-
FIX CAN BE- No need to check the versions of installed scripts or warning the user about changing execution policies.
FIX CAN BE-
@meganindya can you once check which typescript are you using, because installing the requirements using this command will install the latest versions.
|
We can just put a disclaimer to use PowerShell instead of cmd and use node |
@impAkshat what version of PowerShell are you running? Check with this |
Right I am using version 5. |
PowerShell 5 is very old, you should install PowerShell 7 latest version. That will work well. |
We should use Node v16. The workflows all run on Node v16. |
|
As for |
@meganindya What should we add to the docs? There does not seem to be many problems for windows other than the |
Is this issue currently opened? |
Description
The "Setup Development Environment" section is geared towards BASH-like shells. The guide is good for Linux distros and MacOS. However, on Windows, there might be differences. Update the guide to accommodate Windows installations.
The text was updated successfully, but these errors were encountered: