-
-
Notifications
You must be signed in to change notification settings - Fork 152
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: development on Windows #266
Comments
I think this is a good idea, since right now my PR (#263) on hacking in Windows is pretty much just "good luck." This would probably supersede #259. I don't have Windows to test on, do you know if the install scripts are the only major issue? Last time I tried to get Docker with Linux containers working on Windows, I think I gave up after two days and a lot of tears. |
@zacanger |
ok, I give up. I made
I think there's no sense to put more efforts into it. |
Do you know if all those thing work in WSL? I wonder if the best thing for now would be to just recommend that folks use WSL or some other Unix-y layer in Windows, rather than trying to make sweeping changes across the project to make it Windows-friendl. |
@zacanger I need to install this first. It might be challenging as well 🙈 |
@zacanger ms provides free VMs with windows installed specifically for things like this (its how I used to test IE) (also not that you should need obligated to solve this issue!) There is some relevant discussion in discourse about this and post-install scripts. I don't think we've discussed what to do about legacy packages requiring them though |
@toddself |
@fetis the bug mentions |
@toddself https://github.com/entropic-dev/entropic/blob/master/package.json#L55 I fixed it and moved further, but encountered more and more problems #266 (comment) |
ah! sorry for the confusion! |
current status |
Is this a feature request or a bug?
bug
Expected behavior:
npm install
just worksActual behavior:
postinstall scripts fail on Windows platform.
I know Windows is not very friendly platform for web-development, but
ds
is supposed to be cross-platform tool, so it would be nice have development env running there as well.I suggest to replace direct bash command with npm package (like loop) or script which will execute
npm i
for desired directories.Environment info (where relevant)
node -v
): v12.4.0ds --version
): 1.0.0The text was updated successfully, but these errors were encountered: