You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've explicitly added Mongo to my meteor packages but that didn't help:
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
mongo # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Server-side component of the `meteor shell` command
[email protected] # Allow all DB writes from clients (for prototyping)
accounts-base
accounts-ui
accounts-password
anti:fake
reywood:publish-composite
barbatus:typescript
I recently updated angular-cli and now i'm getting the following error:
Uncaught ReferenceError: Mongo is not defined
I've re-bundled meteor with
meteor-client bundle -s api
but that still doesn't help..These are my versions:
I've explicitly added Mongo to my meteor packages but that didn't help:
I've installed meteor-client and added
import 'meteor-client';
to my api/main.ts as suggested here https://github.com/darkbasic/angularcli-meteor/issues/2 however then I get the following error:ReferenceError: document is not defined
Any ideas on how to fix this? I've been stuck for two days!
The text was updated successfully, but these errors were encountered: