David Mondok
Results
3
comments of
David Mondok
I have the same problem, but only if I add `np` to the devDependencies and run it via a custom script in `package.json`. `npx np` works though.
Would love to see this update as well
> > For those who is looking for a quick solution(like me): > > ``` > > DELETE FROM `wp_usermeta` > > WHERE `user_id` = YOU_USER_ID > > AND `meta_key`...