About https://github.com/digital-asset/ex-cbdc
App Development3 posts212 views2 likesLast activity May 2023
DO
Dokh_AhmedOP
Apr 2022Hi
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
BE
bernhard
Apr 2022Hi @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.
JV
jvelasco.intellecteu
May 2023Hi,
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