nxt3AT / sankeydiagram.net

sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.
Other
75 stars 12 forks source link

Repeating serializer error on build #48

Closed kkretsch closed 5 months ago

kkretsch commented 5 months ago

I just git cloned the repo and do run nodejs 20.11.0 LTS

During npm run build I repeating get this error:

@parcel/workers: Expected constructor 2.7.0:BundleGraph to be registered with serializer to deserialize

Is that nodejs version OK to run it? I didn't find any version requirement in the package json file for this. And what can that error be?

JonasDoesThings commented 5 months ago

Hey, thanks for reporting @kkretsch

I've tried with both nodejs v20.11.0 and v18.17.1 and wasn't able to reproduce the issue. But I have bumped the dependency versions and pushed into the dev branch.

Please check if the error persists with the updated dependencies on branch dev after re-running npm install and report back Thanks in advance and have a nice evening :)

kkretsch commented 5 months ago

Hi, I just pulled the dev branch, did run npm install and now it did finish! Yeahhh But I must say it runs under windows 10 which might make things worse as usual.

JonasDoesThings commented 5 months ago

Hi, I just pulled the dev branch, did run npm install and now it did finish! Yeahhh

Great to hear that, yeah I'm on MacOS - so maybe that's why I couldn't reproduce the issue. Seems like the problem is gone, so I will close this.

Feel free to re-open if the issue comes back, happy hacking!