Skip to main content

Questions tagged [meteor]

Meteor is a complete platform for building web and mobile apps in pure JavaScript. Programming questions about Meteor are off-topic and should be asked on Stack Overflow.

0 votes
0 answers
38 views

Windows 10 Boot very slow

After installing chocolatey, meteor, git and vscode my Windows boot time got up from like 5 seconds to 25 seconds. I installed meteor by this installer https://forums.meteor.com/t/meteor-windows-...
Gobliins's user avatar
  • 135
1 vote
0 answers
117 views

Meteor(Blaze) : CFS: S3 Create thumbnail Image from Video and upload both to S3

I am using CFS packages to upload videos to Amazon S3, but it takes a long time to load the videos on Amazon when they are of 10-20 MB. Till then, I want to use the videos' first frame and when ...
Rashmi's user avatar
  • 111
1 vote
1 answer
2k views

Differences between firebase, loopback and redux

I want to develop a web app and later corresponding android/ios apps. So far I have only decided the front end for which I want to use react and react native for mobile. For the rest of the ...
react-newbie's user avatar
1 vote
1 answer
418 views

Can't update meteor, because it can't download manifest

I've meteor installed via npm and I'd like to update it, but I can't. I've tried: $ meteor update Failed to download manifest. but it fails with: Failed to download manifest. So then I've ...
kenorb's user avatar
  • 25.8k
1 vote
0 answers
709 views

meteor is not recognized as internal or external command on window 7

When I issue meteor --help on the window 7 command prompt, I get the error stated in this post's title. However it works if I am logged in to my machine as an admin or as another used. I copied the ...
Fred J.'s user avatar
  • 111
0 votes
1 answer
1k views

Meteor websocket connection failed using apache

I deployed a Meteor app to a DO Droplet using MeteorUp. I configured apache's Virtual Hosts for this website like this: <VirtualHost *:80> ServerName filipe-garcia.com ServerAlias www....
fgarci03's user avatar