msavin / MeteorCandy-meteor-admin-dashboard-devtool

The Fast, Secure and Scalable Admin Panel / Dashboard for Meteor.js
https://www.meteorcandy.com
49 stars 26 forks source link

Exception while invoking method 'MeteorCandy/accounts/recent' TypeError: Meteor[_0x64a2[0]] is not a function #9

Closed JulienCorb closed 5 years ago

JulienCorb commented 6 years ago

here is what I get after I installed the dev edition on my brand new meteor app:

When I press Ctrl + D:

Exception while invoking method 'MeteorCandy/accounts/recent' TypeError: Meteor[_0x64a2[0]] is not a function

msavin commented 6 years ago

@JulienCorb thanks for letting me know. is this with Meteor 1.7? can you send me a list of your packages?

JulienCorb commented 6 years ago

Yes It is Meteor 1.7 !

Here are my packages:

Meteor packages:

meteor-base@1.4.0             # Packages every Meteor app needs to have
mobile-experience@1.0.5       # Packages for a great mobile UX
mongo@1.5.0                   # The database Meteor supports right now
reactive-var@1.0.11            # Reactive variable for tracker
tracker@1.2.0                 # Meteor's client-side reactive programming library

standard-minifier-css@1.4.1   # CSS minifier run for production mode
standard-minifier-js@2.3.4    # JS minifier run for production mode
es5-shim@4.8.0                # ECMAScript 5 compatibility for older browsers
ecmascript@0.11.0              # Enable ECMAScript2015+ syntax in app code
shell-server@0.3.1            # Server-side component of the `meteor shell` command

autopublish@1.0.7             # Publish all data to the clients (for prototyping)
insecure@1.0.7                # Allow all DB writes from clients (for prototyping)
static-html
react-meteor-data

npm packages:

    "@babel/runtime": "^7.0.0-beta.48",
    "history": "^4.7.2",
    "meteor-node-stubs": "^0.4.1",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1"
msavin commented 5 years ago

Closing on the assumption that you had moved past this issue. If anything comes up, please let me know.