gioboa / qwik-dream-demo

https://qwik-dream-demo.pages.dev/
28 stars 11 forks source link

chore: set the supported node version #30

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

Cannot run the app with older versions of node, getting the error TypeError: (intermediate value).body.getReader is not a function, switching to node 18 resolves the issue, so it's reasonable to add a restriction image

gioboa commented 1 year ago

Thanks @dmitry-stepanenko, I added .nvmrc file, but set the version in package.json is better