Code: Select all
yarn next build
yarn run v1.22.19
$ /node_modules/.bin/next build
info - Linting and checking validity of types
info - Creating an optimized production build
Failed to compile.
./node_modules/@fullcalendar/timegrid/node_modules/@fullcalendar/daygrid/internal.js
Module not found: Package path ./internal.js is not exported from package /node_modules/@fullcalendar/core (see exports field in /node_modules/@fullcalendar/core/package.json)
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./node_modules/@fullcalendar/timegrid/index.js
./pages/apps/calendar/index.tsx
./node_modules/@fullcalendar/timegrid/node_modules/@fullcalendar/daygrid/internal.js
Module not found: Package path ./preact.js is not exported from package /node_modules/@fullcalendar/core (see exports field in /node_modules/@fullcalendar/core/package.json)
https://nextjs.org/docs/messages/module-not-found
Import trace for requested module:
./node_modules/@fullcalendar/timegrid/index.js
./pages/apps/calendar/index.tsx
Code: Select all
node --version
v20.1.0
yarn --version
1.22.19