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
The async package dependency is set to *. The version 2.x of the package has breaking API changes that render a copy of caspr installed with npm install unusable. The version should be tied to the 1.5.x branch. Setting the version constraint to ~1.5.2 worked for me.