Closed dmitry-stepanenko closed 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
TypeError: (intermediate value).body.getReader is not a function
Thanks @dmitry-stepanenko, I added .nvmrc file, but set the version in package.json is better
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