491 questions
6
votes
2
answers
4k
views
Getting 'certificate has expired' error while running meteor
While downloading [email protected]...:
error: certificate has expired
While downloading [email protected]...:
error: certificate has expired
While downloading alanning:roles@1....
0
votes
0
answers
28
views
“Babrahams Transaction” does library has timeout feature?
We are using babrahams:transaction library in our project. We have business case where we need to add timeout as part of transaction commit(tx.commit()). If transaction is taking more that x ...
3
votes
1
answer
750
views
Meteor setup issues on Windows
We've recently upgraded our project Meteor version to v1.8.2, however when running the following command: meteor update --all-packages, were encountering some strange errors. Here's an example of one ...
0
votes
1
answer
114
views
Getting weird error logs while installing babel cli for node v12
I have been getting some weird error logs while installing babel cli on my mac machine which has node v12. It seems the error is related to fsevents module which is a dependency for mac. I was trying ...
0
votes
1
answer
503
views
Meteor 1.9 build broken with rollup enabled
I'm getting following error in my Angular Meteor project:
TypeError [ERR_INVALID_ARG_VALUE] [ERR_INVALID_ARG_VALUE]: The argument 'path' must be a string or Uint8Array without null bytes. Received '\...
0
votes
0
answers
123
views
Can't Migrate Mongodb from version 3.4 to 3.6 using Meteor 1.2.0.2
We need to migrate our current Mongodb 3.4 to version 3.6 but the recommendations don't work.
Mongo says that you need to send the cursor option in aggregates, which I am doing like: someCollection....
1
vote
1
answer
990
views
How fetch data using foreign key in angular
I was trying to implement Angular with Meteor and implemented that successfully. I was trying to get the data from my collections in this way.
This is the code I used it to render my data in table
&...
0
votes
2
answers
98
views
how to await data from meteor call?
I'm so beginner in angular1.5, My problem is The data returned from Meteor.call() doesn't display in the HTML
Here's my code:
hubs.js
class HubsController {
data = [];
constructor($scope, $...
0
votes
1
answer
257
views
How can I debug the meteor's linking phase right after compiling but before app running?
I wrote code in typescript and added adornis:typescript package. Then I ran meteor --inspect-brk.
However it reported an error while started to run app right after compiling. And I cannot get hooked ...
0
votes
1
answer
434
views
Lazy Load Non-Routable Modules in Angular with angular-meteor
I followed this tutorial https://netbasal.com/the-need-for-speed-lazy-load-non-routable-modules-in-angular-30c8f1c33093 to load a non-routable module.
But the step of instruct Angular to ask Webpack ...
0
votes
1
answer
77
views
Adding modules in angular-meteor
I'm developing a web app with angular-meteor (Angular1). This uses webpack as a module bundler. Ever since I started I have found it impossible to inject npm/bower modules to my app module.
I ...
1
vote
0
answers
80
views
Meteor - Angular6 AOT production build throws error on Angular-Tree-Component package
I am working on Meteor - Angular 6. We are using angular-tree-component package. It's working fine in development.
While doing the production build, we are facing the below error
node_modules/...
0
votes
0
answers
87
views
getting error: Module 'angular-meteor' is not available (after Meteor 1.8.0.1 update)
I run a v1.8 meteor-angular app (angularjs 1.7.6) and everything works fine.
After updating to v1.8.0.1 (or v1.8.0.2), server runs fine, but client shows error in devtools and the app does not load:
...
0
votes
0
answers
105
views
AngularJS-Meteor for meteor version 1.5 or above?
I run angular-meteor just fine on meteor 1.4.2.3. Unfortunately, while trying to upgrade meteor I run into troubles loading angular-meteor module for AngularJS:
Uncaught Error: [$injector:nomod] ...
0
votes
0
answers
75
views
How to use offline image atmosphere package (chrisben:imgcache) for meteor (1.6)
I am trying to use offline image cache package (Visit https://atmospherejs.com/chrisben/imgcache) in my angular-meteor app. I have meteor 1.6 version in my app. When I have used this package I am ...