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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: