Questions tagged as 'meteor'

3
answers

Get value from the Mongo field as Variable?

Gentlemen, I'm using this code in Meteor: var teste = Orders.findOne({name : 'Day'}).day; To get the day value in this record: {_id: "HzoGFKRmYzmH8Yx6A", name: "Day", day: "Jan 27th 18"} It gives an error, but it rescues the value I wa...
asked by 01.02.2018 / 05:51
0
answers

Problem with installing Meteor on windows

My is a windows 7 and when I install the meteor by its own installer, when I run the meteor command this error occurs C:\Users\PC\AppData\Local\.meteor\packages\meteor-tool.5.0\mt-os.windows.x86_3 2\dev_bundle\lib\node_modules\q\q.js:70 ha...
asked by 03.06.2017 / 00:15
1
answer

Doubt Reactivate in MeteorJS

Hello, this is the following, I would like to know how do I start typing something in the input, automatically update a helper to be shown in the template. I've tried it that way, but it's not changing in real time: Template.hello.onCreated...
asked by 22.11.2016 / 00:50
1
answer

Set MONGO_URL on a Meteor project within the settings.json file

I'm starting to work with Meteor and I'm having a lot of trouble with something that should be simple: change the connection string with a mongodb own. I already searched the internet, also for the stackoverflow itself here / a>, here and...
asked by 23.12.2016 / 12:08