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
In the npm page of redlock it shows importing redlock as a local module like so: import Redlock from "./redlock";
Instead of (I assume) import Redlock from "redlock";