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
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"