Questions tagged as 'meteor'

0
answers

Error in reaction ecommerce

I'm trying to start a reaction and it gives me the following error FATAL ERROR: CALL_AND_RETRY_LAST allocation failed - Javascript heap out of memory. For the installation I am strictly following this guide link but when I give it to...
asked by 13.10.2018 / 10:26
0
answers

Iron Router does not work for me

Dear, I can not redirect a login to the profiles template in meteor with iron: router: I DO NOT ALSO SHOW THE TEMPLATE: profiles.html main.js import { Template } from 'meteor/templating'; import { Meteor } from 'meteor/meteor'; import { Rou...
asked by 14.07.2018 / 16:16
1
answer

Meteor Login against LDAP

I am developing for the first time in an Ionic + Angular + Meteor environment and I am now stuck trying to get the users to be accredited against an LDAP server. I'm using the typ: accounts-ldap package and as explained in its documentation i...
asked by 15.06.2018 / 13:54
1
answer

Meteor Tutorial - Tracker is not defined

I'm following the tutorial of Meteor with Ionic and although I've been solving some bug that has got stuck in one in particular I do not know where to put a hand. In particular it has been to modify the main.ts with this code import 'meteor-cl...
asked by 22.05.2018 / 14:35
1
answer

How can I add a static or fixed Navbar to a component in React with Meteor

I have seen that being able to apply a fixed navbar can be applied with 'Scrollspy' of bootstrap, I found an example on this page link but when doing it with my component it is not seen in the same way, is my component the js file as I can imp...
asked by 09.10.2017 / 23:49
1
answer

Helpers in weather

Hi, I'm quite new in meteor and recently I started mixing it with angular2. I have tried in all possible ways to do something that is quite similar to populate in mongoose to obtain the complete objects of relationships. For this I used the mete...
asked by 16.08.2017 / 20:47
1
answer

Error with Meteor project "Error: EPERM: operation not permitted, unlink"

I imported a Meteor project and I wanted to open it from another computer, by running the meteor command on the project route I get the following message Error: EPERM: operation not permitted, unlink 'C:\Users\Emery\work\meteor\score-keep\.m...
asked by 23.07.2017 / 20:08
1
answer

Hide navbar from Adminlte with Meteor

Hello, I'm trying to migrate the dashboard from AdminLTE to meteor, but the button to hide the left menu does not it works, it incorporates the css, but I do not know how to add the js. They could help me =)     
asked by 29.06.2017 / 02:12
0
answers

Meteor: No push notifications are received with the closed app on android

I'm starting with Meteor. I am currently experimenting with the integration with Cordova, specifically with push notifications through the raix plugin: push for Meteor. The application receives simple push notifications when it is running...
asked by 07.03.2017 / 15:56
2
answers

How to connect MeteorJs with remote MongoDB?

Hi everyone, I have my MeteorJS App that connects to your database, but I need to connect it to my Robomongo external, that is my MongoDB strong> runs on a different port Some advances: in my windows console: MONGO_URL=mongodb://12...
asked by 01.11.2016 / 23:55