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
Test by running gulp runtests-browser --t completions and turning on exception breakpoints in the debugger.
It breaks on a directoryExists call coming from getDefaultTypeRoots. directoryExists calls this._getStats which apparently fails when the directory doesn't exist.
CC @rbuckton