Noting this here in case it comes up later:
For folks running Node v16, the dailygraphics-next rig might throw an error with the node module mold-source-map complaining about an invalid "main" parameter.
First, delete and try to reinstall the module, in your local dailygraphics-next/node_modules/ folder. (When we tried this today, it didn't work b/c the developer hadn't fixed it on their end.)
If that doesn't work, go into package.json and change
"main": "mold-source-map.js"
to
"main": "index.js"