Open
Description
I keep getting this error when I try running npm run build
This has happened in CentOS and in Ubuntu.
Linting and checking validity of types ..Failed to compile.
./app/Guestbook.tsx:58:21
Type error: Cannot find name 'DateTime'.
56 | const record = await pb.collection('users').update(user.id, {
57 | message: message,
> 58 | signed: new DateTime()
| ^
59 | });
60 | console.log('Guestbook signed:', record);
61 | // setLastMessage(message);
Metadata
Metadata
Assignees
Labels
No labels