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...
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...
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...
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...
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...
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...
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...
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 =)
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...
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...