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
PS C:\Users\shivams\Desktop\open-source\zudoku> nx run with-openapi-yaml:dev
NX Running target dev for project with-openapi-yaml and 2 tasks it depends on:
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
> nx run zudoku:"generate:icon-types">[email protected] generate:icon-types C:\Users\shivams\Desktop\open-source\zudoku\packages\zudoku
> tsx ./scripts/generate-icon-types.ts
node:fs:442
return binding.readFileUtf8(path, stringToFlags(options.flag));
^
Error: ENOENT: no such file or directory, open 'C:\C:\Users\shivams\Desktop\open-source\zudoku\node_modules\.pnpm\[email protected][email protected]\node_modules\lucide-react\dynamicIconImports.js'
at readFileSync (node:fs:442:20)
at <anonymous> (C:\Users\shivams\Desktop\open-source\zudoku\packages\zudoku\scripts\generate-icon-types.ts:7:21)
at ModuleJob.run (node:internal/modules/esm/module_job:271:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:547:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:116:5) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\\C:\\Users\\shivams\\Desktop\\open-source\\zudoku\\node_modules\\.pnpm\\[email protected][email protected]\\node_modules\\lucide-react\\dynamicIconImports.js'
}
Node.js v22.13.0
ELIFECYCLE Command failed with exit code 1.
———————————————————————————————————————————————————————————————————————————————————————————————————————————————————————
NX Running target dev for project with-openapi-yaml and 2 tasks it depends on failed
Failed tasks:
- zudoku:generate:icon-types
Error line- file-
zudoku/packages/zudoku/scripts/generate-icon-types.ts
Line 7 in 3b0596e
The text was updated successfully, but these errors were encountered: