paritytech/asset-transfer-api

error while installing the examples dependency

Closed this issue · 3 comments

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

fixed in release 0.4.4

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

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

added a PR #454 to clarify installation instructions