-
Notifications
You must be signed in to change notification settings - Fork 94
Error when generating pages #44
Copy link
Copy link
Open
Description
Ready to start. How many pages do you want to generate simultaneously? 1
And we're off! If this helps do find https://github.com/hrishioa/lumentis and drop a star!
196 | pagesFolder: string,
197 | wizardState: WizardState,
198 | parallelJobs = 1
199 | ) {
200 | if (!fs.existsSync(pagesFolder)) {
201 | throw new Error(Pages folder ${pagesFolder} does not exist);
^
error: Pages folder C:\Users\Anass\Desktop\lumentis\pages does not exist
at generatePages (C:\Users\Anass\Desktop\lumentis\src\page-generator.ts:201:11)
at generatePages (C:\Users\Anass\Desktop\lumentis\src\page-generator.ts:194:3)
at runWizard (C:\Users\Anass\Desktop\lumentis\src\app.ts:1053:9)
Bun v1.2.15 (Windows x64)
error: script "run" exited with code 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels