Skip to content
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

Windows support #3

Open
tsuberim opened this issue Nov 20, 2018 · 3 comments
Open

Windows support #3

tsuberim opened this issue Nov 20, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@tsuberim
Copy link
Contributor

commands in package.json require rm -rf, mkdir, cat, jq, replace them with the cross platform npm equivalent.

@dkent600
Copy link
Contributor

#32 partially addresses the problems, but the docker commands still don't work.

@ben-kaufman
Copy link
Contributor

This should be working now but I'm unable to test it as I don't have Windows, closing for now and please reopen if this is still relevant.

@dkent600
Copy link
Contributor

Docker command still doesn't work. This is in powershell where are least one has cat:

$ npm run docker:build

> @daostack/[email protected] docker:build C:\Users\dkent\Documents\Projects\GitHub\DAOStack\migration
> docker build . -t daostack/migration:$(cat package.json | jq -r '.version')

'jq' is not recognized as an internal or external command,
operable program or batch file.

@dkent600 dkent600 reopened this Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants