GovTechSG/oobee

Unable to run the application since this build 06.06.24

Closed this issue · 2 comments

Hello,
I've tested each install and run of the app since 05.26.24. The 05.26.24 release is the last one which I can run successfully. Since the 06.06.24 release, there appears to be modules missing or not being called correctly. See screenshot of the error after executing "a11y_shell.cmd".

Error:
PS C:\Users\jackc\Desktop\06.06.24\purple-a11y> node index
node:internal/modules/cjs/loader:1147
throw err;
^

Error: Cannot find module 'C:\Users\jackc\Desktop\06.06.24\purple-a11y\index'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

image

Also note: Vera-Pdf files that with t01.xml through t06.xml do not extract - file too long
image

Hi there, the command has changed from node index to npm start . Hope this helps!

Sorry, I thought I responded to this. The npm start worked for me. TY!