Posts by clluiz • 96 points
5 posts
-
0
votes0
answers126
viewsQ: Problem when trying to run a project using React-Native
I am doing a tutorial of React-Native but while trying to run the project using the command: npx react-native run-android I get the following error messages: error Failed to install the app. Make…
-
2
votes1
answer84
viewsA: Doubt about prototype
When a constructor function is created, the object prototype is created simultaneously. And when you do: MeuObjeto.nome = 'Lucas' What is happening is that you are creating the 'name' property on…
-
0
votes0
answers29
viewsQ: Problem with Ionic faceboo login
I am developing an integration for a mobile application with facebook and my problem is identical to this topic: /questions/206699/facebook-login-com-ionic#= Someone’s been through a similar…
-
1
votes1
answer58
viewsQ: Unknown Provider: ifFilterProvider <- ifFilter at the angle
I have next in my app.js (function(){ 'use strict'; angular .module('app', ['ngResource','ngRoute']) .config(function ($routeProvider) { $routeProvider .otherwise({ redirectTo: '/' }); })…
-
5
votes2
answers329
viewsQ: Test results do not appear in browser - Grunt-karma
I’m using Grunt and karma to test my project. But when I use the Grunt test command, the results do not appear in the browser nor in the command linda. The only thing that comes up is this: This is…