tastejs / todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
http://todomvc.com
Other
28.55k stars 13.79k forks source link

Running tests with node 20.10 or 20.11 raises "ReferenceError: primordials is not defined" #2232

Open snuup opened 5 months ago

snuup commented 5 months ago

It looks like this is a known issue

https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node-js

SSN-YeChen commented 5 months ago

image "overrides": { "graceful-fs": "^4.2.11" } I solved the problem when I added this paragraph.