Closed gianfra-t closed 1 month ago
is this blocking something urgent relevant for the ready column priority?
I don't think it is blocking since there is a workaround to it, but it is still something that should work.
Iceboxed as not blocking anything
After installing the packages with
npm i
, attempting to run the project (for examplenpx ts-node src/index.ts pull nabla
) shows the following error:Even though the package is properly installed.
Workaround
It is possible for the moment to build the package locally, and point to it in the the main
package.json
of the project using"@polkadot/api-contract": "file:../packages/api-solang"
.