You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I could in no way get this project to work in Windows, including by using the variety of Node (non-NPM) commands reviewed in the videos
Describe the solution you'd like
Be able to use this project in Windows
Describe alternatives you've considered
Trying to follow alternative approaches, other than using the documented NPM scripts
Additional context
In addition to suggestions made in the video, existing NPM scripts are not written in a cross-env-friendly way. E.g., single quotes should be replaced with backslash-escaped double quotes. But I guess the main problems are with shell scripts. Possibly look at Kent Dodds' NPS as a way to deal with concurrent tasks directly in Node (e.g., spawning the server and client for start or watch - this is where things fail for me after following your steps in the video).
Thanks
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I could in no way get this project to work in Windows, including by using the variety of Node (non-NPM) commands reviewed in the videos
Describe the solution you'd like
Be able to use this project in Windows
Describe alternatives you've considered
Trying to follow alternative approaches, other than using the documented NPM scripts
Additional context
In addition to suggestions made in the video, existing NPM scripts are not written in a cross-env-friendly way. E.g., single quotes should be replaced with backslash-escaped double quotes. But I guess the main problems are with shell scripts. Possibly look at Kent Dodds' NPS as a way to deal with concurrent tasks directly in Node (e.g., spawning the server and client for start or watch - this is where things fail for me after following your steps in the video).
Thanks
The text was updated successfully, but these errors were encountered: