Denis

Results 5 comments of Denis

> I'd love to have support for typescript. add to tsconfig.json: ``` "files": [ "src/declaration.d.ts" ], ``` add to src/declaration.d.ts: ``` class NotificationManager { static info(message?: string, title?: string |...

Try `cp node_modules/deasync/bin/darwin-arm64-node-20/deasync.node node_modules/deasync/build/deasync.node`. It helped me

> Solution seems to be to remove your `node_modules` directory and reinstall, or `npm rebuild`. I've already tried it. It doesn't help

> Looking at the deasync lib, [I see that is written in C++](https://github.com/abbr/deasync/blob/master/src/deasync.cc), so I'm guessing that they don't include binaries for ARM. Try `cp node_modules/deasync/bin/darwin-arm64-node-20/deasync.node node_modules/deasync/build/deasync.node` It helped me

For run tests use command: `bun test`