About https://github.com/digital-asset/ex-cbdc

Hi
I try to execute make build but i get this error :
CreateProcess(NULL, env bash C:\Users\ahmed\Desktop\ex-cbdc\scripts\getDamlProjects.sh, …) failed.
daml.mk:8: pipe: No error
make: Nothing to be done for ‘Makefile’.
Any please

1 Like

Hi @Dokh_Ahmed , it looks like you are running on Windows, but the makefile and scripts in that repo are set up for a unix-like operating system.

1 Like

Hi,
I’m trying to run ex-cbdc on Mac M1.
I get an error when npm install is executed. Concretely:

Error
    at /Users/jose.velasco/code/daml/ex-cbdc/ui/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserFetcher.js:115:27
    at FSReqCallback.oncomplete (fs.js:192:21)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! puppeteer@8.0.0 install: `node install.js`
npm ERR! Exit status 1

I was wondering if this demo has been tested on M1 chip.

Thanks!
Jose