paritytech / asset-transfer-api

Typescript API aiming to provide clear, and simple to use tools for transferring assets across common good parachains.
Apache License 2.0
44 stars 11 forks source link

error while installing the examples dependency #446

Closed muddlebee closed 1 month ago

muddlebee commented 1 month ago

Command : npm run build:examples

Error :

@substrate/asset-transfer-api@0.4.3 build:examples substrate-exec-rimraf examples/build/ && substrate-exec-tsc --project examples/tsconfig.json

'substrate-exec-rimraf' is not recognized as an internal or external command, operable program or batch file.

OS : Windows 11 NodeJS : v20.17.0 Powershell

marshacb commented 1 month ago

fixed in release 0.4.4

muddlebee commented 1 month ago

hey @marshacb thank you for your help. Although im still getting the same error, do I need to install substrate-exec-rimraf explicitly?

muddlebee commented 1 month ago

my bad its working now with yarn install I was trying to run npm i instead 🤦

added a PR #454 to clarify installation instructions