nativescript-nodeify
nativescript-nodeify copied to clipboard
Makes most npm packages compatible with NativeScript
I have a private module that needs to not be mutated. Apart from changing the `nativescript-nodeify` code, is there any way to blacklist that module?
If someone runs `tns prepare --log trace $ENV`, this will now show all logging info, without anybody needing to edit `patch-npm-packages.js`.
1. tns plugin add nativescript-nodeify 2. tns build android or tns run android Error is: Cannot find module 'file-system/file-system-access'. Reinstall node_modules and add platforms again does not solve the problem
I'm trying to require the 'net' node module for make works a NoobHub client (sockets) in my Nativescript app, without success. I have installed with `tns plugin add nativescript-nodeify` and...
I followed the instructions to install aws but when I run my app I get a error message saying Failed to find module: "aws"
Hi Eddy, I have the following error at runtime:  Here is my package.json if it helps: ``` { "description": "NativeScript Application", "license": "SEE LICENSE IN ", "readme": "NativeScript Application",...
I am having an issue trying to run the demo `npm run demo.ios`. I am getting a lot of `Cycle link found.` errors. It may be related to the version...
I cann't install nativescript-nodeify. Its giving error npm ERR! addLocal Could not install /Users/Mukesh/Documents/Suman Workspace/OpportunityDealer_V1.0 EISDIR: illegal operation on a directory, read Any idea why?
I get following error when running application. Note: ------ Below error is thrown only when node_modules directory is present in the project. To work around the issue i have to...
Hello there, I'm trying to use [Nedb](https://github.com/louischatriot/nedb) in nativescript through this plugin. Nedb have an option to utilize in-memory database, which work perfectly, but in persistance (file storage mode) throw...