The change 4 days ago throws the following error with npm start:
Error: Cannot find package 'src' imported from /Users/mknott/passAPI/src/lib/control.js
commenting out line 8 in control.js fixes this, but I see that getNextPattern is used later on and imagine commenting this out will cause an error if I can get to that point.