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
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.
commands in
package.json
requirerm -rf
,mkdir
,cat
,jq
, replace them with the cross platform npm equivalent.The text was updated successfully, but these errors were encountered: