Skip to content

Can't update from 0.22.1 - e.BigInt is not a function #441

@jpasantos

Description

@jpasantos

Running 0.23.* or 0.24.* I get the following error

## Error Type
Runtime TypeError

## Error Message
e.BigInt is not a function


    node_modules/@js-temporal/polyfill/lib/bigintmath.ts (3:26)

    at <unknown> (src/integrations/calendar/index.ts:4:1)


## Code Frame
  2 |
  3 | import 'dotenv/config';
> 4 | import ical from 'node-ical';
    | ^


Next.js version: 16.1.6 (Turbopack)


Tried fetching my own versions of @js-temporal/polyfill and jsbi but I can't figure out why it's throwing this error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions