Npm install failed on "tokenizers" package

I have
“Code Error
npm install failed”
when trying to import
import { BertWordPieceTokenizer } from "tokenizers"

Can you check what can cause that issue?
Without it code runs ok (if I’m not using the package of course)

Hello @nykyta.yasynskyi,

I think the tokenizers package binding over Rust implementation that does not supported by Pipedream runtime.

Would you mind finding another package, or hand-off the process of using the package into a backend server?