Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zudoku failing while running example project #507

Open
shivam-sharma7 opened this issue Jan 9, 2025 · 1 comment
Open

Zudoku failing while running example project #507

shivam-sharma7 opened this issue Jan 9, 2025 · 1 comment

Comments

@shivam-sharma7
Copy link
Contributor

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-

const fileContent = readFileSync(filePath, "utf-8");

Copy link

linear bot commented Jan 9, 2025

@shivam-sharma7 shivam-sharma7 changed the title Zudoku failing while running example Zudoku failing while running example project Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant