nativescript-nodeify
nativescript-nodeify copied to clipboard
Makes most npm packages compatible with NativeScript
I'm trying to utilize smart on fhir's fhirclient in my nativescript app, but after I install fhirclient using: npm i fhirclient I'm getting the following error: ERROR in node_modules/fhirclient/index.d.ts(4,21): error...
Hi, i can't make npm package nats to work with nativescript nodeify. Thanks.
Hi. I am trying to connect a nativescript project to a signalr core server. I have already implemented a website made in angular that uses the @aspnet/signalr package. https://www.npmjs.com/package/@aspnet/signalr Has...
If we can't automate this then at least we'll add this info to the readme. Thanks so much for sharing your findings so far! _Originally posted by @EddyVerbruggen in https://github.com/EddyVerbruggen/nativescript-nodeify/issues/35#issuecomment-379493018_...
Hi, I'm wondering if this plugin will allow the use of node's `net` or `tls` modules. If not, would the `net-browserify` module help at all? https://github.com/emersion/net-browserify Or how about `tls-browserify`:...
I am creating NativeScript-Vue application and I am struggeling to use nativescript-nodeify plugin. Is there a documented way of using it in nativescript-vue template?
``` Unable to apply changes on device:. Error is: Cannot find module '//app/tns_modules/nativescript-nodeify/patch-npm-packages.js ```
I've been receiving this error intermittently with the 'Cannot find module "file-system/file-system-access"' when trying to run `tns run android`: ``` Error: com.tns.NativeScriptException: Failed to find module: "os", relative to: app/tns_modules/...
When my execution goes to this line `pbkdf2.pbkdf2Sync(...)`  (`npm i pbkdf2` already) Will appear exception `TypeError: createHmac is not a function`  Following the callstack, seeing that this function...
Hello i installed successfully but i get this error when i try import to import the node package that i wanted. How can i fix this?