-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Suggestion: Modifications to the scripts in package.json are necessary for Windows compatibility. #113
Comments
Thanks for your suggestion! ✌🏻 So Windows Powershell users can only run the |
So, currently, I'm thinking of two options.
If there are no significant issues other than running multiple commands concurrently for PowerShell users, I prefer the first option. If not, might consider the 2nd option. |
@satnaing I think option 1 is good :) |
Update file structure section. Add concurrent command running method for Windows PowerShell users. Update footer credit to acknowledge the contributions of other contributors. resolve #113
Update file structure section. Add concurrent command running method for Windows PowerShell users. Update footer credit to acknowledge the contributions of other contributors. resolve #113
Update file structure section. Add concurrent command running method for Windows PowerShell users. Update footer credit to acknowledge the contributions of other contributors. resolve #113
npm run dev
contains the bash(or zsh, fish etc)&
operator, which is not compatible with Windows Powershell. It would be good to add theconcurrently
package to dev dependencies and make the following changes.The text was updated successfully, but these errors were encountered: