on Ubuntu 16.04, after successfully running npm run build, when I run npm run serve, I get this:
Unable to read file: /users/home/<<myUsername>>/PersonalProjects/JournalBook/src/node_modules/idb/lib/idb.mjs
ReferenceError: IDBIndex is not defined
method: JkW7
at: /users/home/<<myUsername>>/PersonalProjects/JournalBook/src/node_modules/idb/lib/idb.mjs:87:0
It looks like is looking for node_modules inside src directory, but is actually in root of project.