The documentation of the code mentions this import {OFSPlugin} from "@ofs_users/proxy" but actually, the object you need to import is OFS and @ofs_users should be @ofs-users, so, it should say import {OFSPlugin} from "@ofs-users/proxy"