You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the docs for developing mantine locally from the site here.
But sadly, npm run build all fails with the following message:
$ npm run build all
> [email protected] build
> tsx scripts/build all
[build-all-packages] » Building all packages...
[build-package] » Building package @mantine/hooks
[build-package] » Generating @mantine/hooks *.d.ts files...
[build-package] » ✖ Failed to compile package: @mantine/hooks
[build-package] » ✖ Error:
at generateDts (C:\git-repos\mantine\scripts\build\generate-dts.ts:6:9)
exit code: 1
at EventEmitter.end (C:\git-repos\mantine\node_modules\zx\build\core.cjs:203:26)
at EventEmitter.emit (node:events:536:35)
at ChildProcess.<anonymous> (C:\git-repos\mantine\node_modules\zx\build\vendor-core.cjs:494:16)
at Object.onceWrapper (node:events:639:26)
at ChildProcess.emit (node:events:524:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5)
Node: v22.13.0
Yarn: 4.6.0
Mantine: Fresh clone from git
I tried cloning the repo multiple times, didn't help.
The text was updated successfully, but these errors were encountered:
I've followed the docs for developing mantine locally from the site here.
But sadly,
npm run build all
fails with the following message:Node: v22.13.0
Yarn: 4.6.0
Mantine: Fresh clone from git
I tried cloning the repo multiple times, didn't help.
The text was updated successfully, but these errors were encountered: