-
-
Notifications
You must be signed in to change notification settings - Fork 24
Seemingly unnecessary sub-dependency "properties" causes problems #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd love to get rid of it - would you mind doing a PR? |
I didn't look too hard but couldn't find where the dependency was coming from. And frankly I've moved on from this as its too beta for our needs at the moment. I keep running into issues with updates that end up bricking my app as I get a NPE running the appsync code (happening on android) or it reverting to the webstore version and not updating further (happened on one iphone install). Will take a look back when its more developed. Sorry. |
I hope we can see you return one day. I'll look into that dependency, thanks again for the report. |
@crowmagnumb Just FYI this (removing the |
Ah cheers! Yeah, I'm not gone for sure, just in a pinch right now to get an app on the store. Thanks for all your work! |
... installs sub-dependency node_module "properties". I have 1.0.6 installed. This node_module then conflicts with running nativescript-app-sync and tns commands for different reasons. For tns there is a require(../properties) line in some code that for some reason imports the "properties" node_module instead of the file from the directory within the nativescript code module. I can't remember the problem using the nativescript-app-sync command but its something similar. At any rate, removing the node_modules/properties directory has no ill effect and solves all my problems. So it seems this is an unnecessary sub-dependency.
Anyone else run into this?
The text was updated successfully, but these errors were encountered: