Kion Tupper

Results 4 comments of Kion Tupper

I haven't managed to get this to work. I keep getting this error when I require [`@trust/webcrypto`](https://www.npmjs.com/package/@trust/webcrypto): ``` ERROR in ../node_modules/readable-stream/lib/_stream_readable.js Module not found: Error: Recursion in resolving Stack: resolve:...

### Original comment for context: I have gotten a successful _build_ by doing the following: 1. Use [wzrd.in](https://wzrd.in/) to browserify-compile problematic modules (in my case `readable-stream`) 2. Minifying the modules...

@jbs-fm I've written a [guide on my personal blog](https://kion.me/using-nativescript-nodeify-with-nativescript-vue/).

I was having this issue before. Turns out I was passing a string as the first argument to `show()` and not an object. Make sure you pass an object with...