nativescript-nodeify
nativescript-nodeify copied to clipboard
cann't install nativescript-nodeify
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?
Nope, this is not enough info to go by..
@EddyVerbruggen Thanks for your reply.
Now its install. But after running its giving error

Any idea??
Did you add this before calling the function that throws the error you reported?
require("nativescript-nodeify");
@EddyVerbruggen yes
Can I clone you project and reproduce the error?
@EddyVerbruggen Yeah sure, I created a demo.
Hope so you can find any error as well as solution. Thanks :) awsDemo.zip
Thanks,
I downloaded it, ran npm i, then tns run ios and pressed both buttons. No errors yet. How do I trigger the error?
Hi @EddyVerbruggen
My steps are:-
- tns plugin add nativescript-nodeify
- npm install node-uuid --save
- npm install jsonwebtoken --save
- npm install aws-sdk --save
- tns run android
Hi @EddyVerbruggen today i occurred 2 new errors.
Firstly, #3 Secondly, currently not occurring, when it will show i will update this commant.
I want to ask a question, is there is any condition of having latest version of NativeScript ??
Hi @EddyVerbruggen finally nativescript-nodeify is running in my app.
But I cann't successfully upload data on aws.s3. Its giving error.
let bucket = new AWS.S3({ params: { Bucket: bucket_name} });
let params = { Key: 'key_name', Body: JSON.stringify(userObj) };
bucket.upload(params, function(err, result) { if (!err) { console.log(result); } else { console.log(err); } });
ERROR: BadDigest: The Content-MD5 you specified did not match what we received.
Any idea where I am wrong?
Hi @EddyVerbruggen I have successfully installed nativescript-nodeify and its working now. I can upload or rerieve data from aws.s3.
Thanks for this plugin. But an error is always occurring, whenever I start my app i.e tns run android its give me error Cannot find module 'file-system/file-system-access' whenever to run my app I have delete node-modules than new intallation than tns run android. Its give headache now.
What can I do now?? Any solution?

I get same issue with [email protected], any suggestion?