Blockchain Platform Hyperledger Chaincode on gen 2
Hi,
Im having trouble installing a chaincode written in node.js with
"node": ">=8.4.0",
"npm": ">=5.3.0"
"fabric-shim": "~1.3.0"
on Gen 2 while on Gen 1 everything was fine.
What changed on gen 2? is that chaincode not supported anymore? Am i forced to rewrite the chaincode with a Typescript template?
Thank you.