EvanBacon / expo-router-twitter

Expo Router Twitter clone
https://expo-twitter.netlify.app/
137 stars 18 forks source link

Error while running this project on web #2

Closed Gbengaol closed 1 year ago

Gbengaol commented 1 year ago

I cloned this project, run yarn to install packages, and then run yarn web to preview it in the browser. The result of these actions is an error as seen in image below Can you please take a look at this?

Screenshot 2023-05-20 at 13 41 00

Node version: v16.17.1

sync commented 1 year ago

Native fetch was introduced in Node 18, just tested this project with node 18 and it is all working.

Gbengaol commented 1 year ago

I tried with Node 18 and it worked. Thank you