kiliman / tailwindui-crawler

tailwindui-crawler downloads the component HTML files locally
MIT License
765 stars 97 forks source link

npm start error #44

Closed nichovski closed 3 years ago

nichovski commented 3 years ago

Hey guys,

Thanks for this amazing project. I'm not able to start it and check it out. On npm start I'm getting the following error: image

Any suggestion is appreciated.

Thanks

kiliman commented 3 years ago

What version of node are you using? That's a more recent syntax (nullish coalescing operator). You can replace ?? with ||.

nichovski commented 3 years ago

What version of node are you using? That's a more recent syntax (nullish coalescing operator). You can replace ?? with ||.

That works. Thanks @kiliman