sample-Groceries | built iOS and Android app | Mobile library
kandi X-RAY | sample-Groceries Summary
kandi X-RAY | sample-Groceries Summary
:green_apple: :pineapple: :strawberry: A NativeScript-built iOS and Android app for managing grocery lists
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sample-Groceries
sample-Groceries Key Features
sample-Groceries Examples and Code Snippets
Community Discussions
Trending Discussions on sample-Groceries
QUESTION
I am trying to develop an application in nativescript with angular.
I want to use the side drawer from telerik-ui like a filtering panel for some data I will display in the main content text area.The problem is that I have no error when I launch my code except the fact that there is no sideDrawer at all. I don't know how to debug it.
I am currently trying to use this example a bit modified for my application (only names of the files):
http://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/SideDrawer/getting-started
filter.component.html:
...ANSWER
Answered 2017-Aug-19 at 21:58do you get any exeptions? are you sure that you Button tab works? Otherwise I got this to work on my project: I gave the RadSideDrawer an ID
QUESTION
I'm running nativescript on an ubuntu server and I have an issue when I run tns build android.
/home/nativescript/sample-Groceries/platforms/android/build-tools/check-v8-dependants.js:3
let args = process.argv;
^^^
SyntaxError: Unexpected strict mode reserved word
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3
I heve those versions installed: npm 1.3.10 node v0.10.25
I know that "let" keywords are part of ES6, but how can I fix this issue? Thank you!
...ANSWER
Answered 2017-Jan-07 at 19:44You need to upgrade your node version. For decent ES6 support; you really want a minimum of Node 4.x with the harmony flags. Technically, If you use the harmony flag, then earlier versions of Node can use the "let" command. But support before v4 was not great.
For really good support without having to use the harmony flags; the current LTS (6.9.x) has very good support for ES6 functionality.
One thing this error is signifying that the file does not have a "use strict";
in it; so unless you want to manually change that file, you may be just want to use the current LTS Node 6.9.x (or later); as it no longer requires the "use strict";
to use ES6 functionaliy.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sample-Groceries
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page