Open pablomendezroyo opened 4 years ago
Any luck with this?
The PR that fixes windows compatibility is https://github.com/dappnode/DAppNodeSDK/pull/113
It requires an update and rebase
Been a few years now, the problem still persists (as of version 0.3.16). But can confirm changing --format='{{json .Id}}'
from single quotes to double quotes works for Windows machines.
Would be nice if someone can approve the PR and merge it.
When trying to build a dappnode package using the npm library dappnodesdk (running docker in a windows hostmachine), you could fall into the following error:
Possible solution According to this post https://stackoverflow.com/questions/38886046/template-parsing-error-template-1-unclosed-action the solution might be to put double quotes instead of single quotes in the argument of the
docker inspect
command.The problem seems to be located at the script: ...\@dappnode\dappnodesdk\src\utils\getImageId.ts line: 11