This repository was archived by the owner on Feb 7, 2025. It is now read-only.
  
  
  
  
  
Description
$ git clone https://github.com/magiclabs/example-nextjs
$ cd example-nextjs
$ mv .env.local.example .env.local // enter your Magic API keys in your env variables
$ yarn install
$ yarn dev // starts app in http://localhost:3000
 
gives me,
$ yarn dev
yarn run v1.22.22
$ next
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/parser' is not defined by "exports" in /tmp/example-nextjs/node_modules/next/node_modules/postcss/package.json
...
error Command failed with exit code 1.