migration icon indicating copy to clipboard operation
migration copied to clipboard

Windows support

Open tsuberim opened this issue 6 years ago • 3 comments

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

tsuberim avatar Nov 20 '18 11:11 tsuberim

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

dkent600 avatar Dec 22 '18 04:12 dkent600

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.

ben-kaufman avatar Aug 25 '19 06:08 ben-kaufman

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 avatar Aug 26 '19 09:08 dkent600