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
When installing from npm, getAppUsage is missing and nowhere to be found in the compiled source code, but when checking the source on github, it can be found inside src/fb.js folder.
NodeJS can run ES6 natively so I'm wondering, why does the npm package contain only the compiled ES5 code?
One quick fix is to install the library directly from github (add the github url directly to package.json), but this is a bit weird as the package is on npm.