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
Our automated build failed on upgrade to latest diff: NodeBB/NodeBB#7198
Looks like the main file referenced in package.json isn't built on package manager install (at least, not by yarn on my local machine, and npm on Travis CI).
Casual inspection of the lib folder shows index.es6.js, but not index.cjs.js.