pbteja1998 / nextjs-starter

A starter project for next js with authentication - Contains React 17 + Typescript + Tailwind CSS 2 + React Query 3 + GitHub Auth + LinkedIn Auth + Password-less Auth + Fauna DB + ESLint + Prettier + Husky

Home Page:https://next-starter.bhanuteja.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while installing dependencies

beevk opened this issue · comments

tabler-icons has peer-dependency on react 16.3 while this repo is using react 17. Hence this gives an error while trying to install dependencies. Can you please remove tabler-icons from dependencies?

Removed it. Thanks for reporting.