I've trying to mint nft using cardanocli-js .i m following armada-alliance guide and i am stuck in that point

minting.forEach((mint, index, arr) => {
^

TypeError: minting.forEach is not a function
at exports.mintToString (/home/umer/cardano-minter/node_modules/cardanocli-js/helper.js:199:11)
at CardanocliJs.transactionBuildRaw (/home/umer/cardano-minter/node_modules/cardanocli-js/index.js:888:39)
at buildTransaction (/home/umer/cardano-minter/src/mint-multiple-assets.js:66:25)
at Object. (/home/umer/cardano-minter/src/mint-multiple-assets.js:80:13)

Having same issue