vercel / virtual-event-starter-kit

Open source demo that Next.js developers can clone, deploy, and fully customize for events.

Home Page:https://demo.vercel.events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues on initial setup and install

shaunwarman opened this issue · comments

Initial clone and npm install shows some dependency issues

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: virtual-event-starter-kit@undefined
npm ERR! Found: react@18.0.0-rc.0
npm ERR! node_modules/react
npm ERR!   react@"^18.0.0-rc.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.1" from @100mslive/react-sdk@0.0.6
npm ERR! node_modules/@100mslive/react-sdk
npm ERR!   @100mslive/react-sdk@"^0.0.6" from the root project

npm i --force && npm run dev

error - ./components/mobile-menu.tsx:22:0
Module not found: Can't resolve '@react-stately/overlays'
  20 | import cn from 'classnames';
  21 | import { NAVIGATION } from '@lib/constants';
> 22 | import { useOverlayTriggerState } from '@react-stately/overlays';
  23 | import { useOverlay, usePreventScroll, useModal, OverlayContainer } from '@react-aria/overlays';
  24 | import { useDialog } from '@react-aria/dialog';
  25 | import { FocusScope } from '@react-aria/focus';

Looks good on node 14 and using yarn