-
W20130913-17:40:50.524(2)? (STDERR) /Users/kjetil/Documents/dev/testTags/.meteor/local/build/programs/server/boot.js:184
W20130913-17:40:50.572(2)? (STDERR) }).run();
W20130913-17:40:50.573(2)? (STDER…
-
I'm failing to deploy my meteor app on AWS EC2 Ubuntu 14.04 Instance. Meteor version is 1.3.3
#### `package.json`
``` javascript
{
"name": "verbose-report",
"private": true,
"scripts": {
"s…
-
When using the Meteor Add command:
meteor add froala:editor
I get the following Error.
Errors while adding packages:
While checkin…
-
I tried to use `import 'typeface-roboto';` in a Meteor project. It tries to load the fonts at `/files/roboto-latin-xxx.woff2` and also `woff` files. However, those location are not properly resolved b…
-
Rocket.Chat Version: 0.54.1
Running Instances: 1
Oplog: disabled
Node Version: 4.8.1
Yesterday we suffered a shutdown of our services. According to MongoDB logs in almost 30 seconds the number o…
-
The package used to work. I just updated the Meteor to 1.5. After the update, the open graph is not working. While debugging, all the meta tags are empty.
Will this package work with Meteor 1.5? An…
-
This isn't an issue with the current code base but I'm running into it with my additions to Crater.
I've taken what I could from the webpack 2 branch and tried integrating stuff from the master bra…
-
This package is helpful but it seems to break hot code push on Cordova apps. By process of elimination we found when removing this package, hot code pushes started working again. I would like to keep …
-
application.json NPM packages needs to strip extra spaces otherwise meteor-kitchen keeps trying to install the package everytime because it thinks it's not yet installed.
E.g.
```
"package…
ljack updated
8 years ago
-
Hi,
I'm trying to do a select from the client to retrieve some info but nothing happens in the callback of the method call:
Client side:
Template.register.events({
'submit form': function(event) {…