I have a project with alloy. (1.8 or later).
So, I want to add a widget (slider menu) at my app. Then, I have download the widget from this link
I have extract the folder and I have copy and paste widgets folder under my application.
So I have this situation on my project:
I have also added a code to my config.json:
{
"global": {},
"env:development": {},
"env:test": {},
"env:production": {},
"os:android": {},
"os:blackberry": {},
"os:ios": {},
"os:mobileweb": {},
"os:windows": {},
"dependencies": {
"com.slider":"1.0"
}
}
But if I try to start my application I have this error message:
[ERROR] : config.json references non-existent widgets: ["com.slider"]
[ERROR] : If you are not using these widgets, remove them from your config.json dependencies.
[ERROR] : If you are using them, add them to your project's widget folder or as NPM package.
[ERROR] : Alloy compiler failed