



Make:cli Load templates from 3 directories +2ms Make:cli Make init CLI with env namespace success name options +0ms In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:22604) DeprecationWarning: Unhandled promise rejections are deprecated. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with. (node:22604) UnhandledPromiseRejectionWarning: Unhandled promise rejection. (C:\Users\gaura\AppData\Roaming\npm\node_modules\make\src\cli.js:143:28)Īt maybeClose (internal/child_process.js:982:16)Īt Process.ChildProcess._handle.onexit (internal/child_process.js:259:5) (node:22604) UnhandledPromiseRejectionWarning: Error: Recipe exited with code %dĪt ChildProcess. Make × ERR cd nft & daml codegen js -o "daml.js" ".daml/dist/*.dar" daml/dist/*.dar: openBinaryFile: invalid argument (Invalid argument)ĭaml-helper: Received ExitFailure 1 when running Hi So far my make journey is quite unstable as its behaviour is unpredictable, especially in case of windows.Ĭd nft & daml codegen js -o "daml.js" ".daml/dist/nft-0.0.1.dar"Īnd when I run this, only first command in the recipe gets executed but not the another one: PS C:\Gary\MyRnD\daml\daml-private-nft> make buildĪlso, if I use wild card in daml codegen command, it doesn’t work either: build:Ĭd nft & daml codegen js -o "daml.js" ".daml/dist/*.dar"ĭaml2js.
