nativescript-nodeify icon indicating copy to clipboard operation
nativescript-nodeify copied to clipboard

Makes most npm packages compatible with NativeScript

Results 42 nativescript-nodeify issues
Sort by recently updated
recently updated
newest added

Hi Can someone give me an example to use uuid. Am still facing crash after using this plugin.

npm WARN deprecated [email protected]: This version of 'buffer' is out-of-date. You must update to v5.0.8 or newer npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git...

having this issue while trying to use web3: (i'm using typescript, with Angular) ``` An uncaught Exception occurred on "main" thread. java.lang.RuntimeException: Unable to create application com.tns.NativeScriptApplication: com.tns.NativeScriptException: Error calling...

Rembrandt.js not working with nativescript-nodeify due to [canvas](https://github.com/imgly/rembrandt/blob/master/package.json#L17) module requirement. - https://github.com/imgly/rembrandt - https://www.npmjs.com/package/rembrandt

Has anyone successfully gotten nodeify working with [AWS Amplify](https://github.com/aws/aws-amplify)? I'm attempting to use the library but am getting `JS ERROR ReferenceError: Can't find variable: Buffer` Any help would be great!

It seems this plugin doesn't work anymore ? It is impossible for me to install it. "Error while executing: undefined ls-remote -h -t https://github.com/EddyVerbruggen/nativescript-node.git This is related to npm not...

With nativescript 6.0, service `$platformsData` has been renamed to `$platformsDataService` and hookArgs structure has also changed, for example. https://www.nativescript.org/blog/migrating-cli-hooks-to-nativescript-6.0

I'm trying to use Forge in the native script project and in a regular way it does not work, so I decided to use this module to make it work....

bug
help wanted

I used this: ```sh require("nativescript-nodeify"); const id3_reader = require( 'id3_reader' ); ``` but still it gives me this: ```sh [TypeError: fs.exists is not a function] ``` How can I solve...

Issue#29 changed patching the `node_modules` folder to the `platforms` folder, so bundling is no longer supported. Perhaps we should patch `node_modules` when bundling, and `platforms` when not.