Skip to main content

All Questions

0 votes
1 answer
191 views

Updating a post in Meteor.js

I just recently started to try learning Meteor.js. My intention is to build a newsfeed-feature where I can insert, edit and delete content. I’m stuck at the edit part. imports/api/news/methods.js ...
TKur's user avatar
  • 29
0 votes
1 answer
338 views

Meteor, updated app and now `TypeError: check is not a function`

I am working on updating an old meteor project. It was on a very old version, older than 1.0.0. This app is experiencing this problem at Meteor 1.4.2.3. Another app is working just fine at the same ...
blaineh's user avatar
  • 2,323
1 vote
2 answers
584 views

how to update data from meteor in meteor using template helper which contain iteration

i just explored the meteor.js and have some experiment.. i want to update data using textbox.. but the textbox is generated from template helper iteration.. so, the scenario is just like we input ...
James Yap's user avatar
0 votes
0 answers
388 views

Meteor.js not updating

Just installed Meteor on Linux mint Mate qiana x32. When I try to do: meteor update I get this: /home/meteor/.meteor/packages/meteor-tool/.1.0.34.sjrnt6++os.linux.x86_32+web.browser+web.cordova/...
em.rexhepi's user avatar
1 vote
1 answer
64 views

Getting Meteor 0.9.1.1 click event to update object

I'm just playing around with different patterns and am very new to programming, however I've got everything to work in my test app so far except this. I've tried a bunch of variations with no luck, ...
Arthur's user avatar
  • 21