GWilliams
06/01/2022, 9:13 AMBackend\Common\PageType\PageTypeSettings.ServiceController.ts(14,34): error TS2792: Cannot find module '../../../ServiceContract/Common/PageType/PageType'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
TypeScript: 1 semantic error
TypeScript: emit succeeded (with errors)
[10:04:38] 'suitescript' errored after 2.41 s
[10:04:38] Error: TypeScript: Compilation failed
at Output.mightFinish (C:\Users\GavinWilliams\Desktop\SCA DEV\SCA_22-1-1\SC_22.1_Live\node_modules\gulp-typescript\release\output.js:130:43)
at C:\Users\GavinWilliams\Desktop\SCA DEV\SCA_22-1-1\SC_22.1_Live\node_modules\gulp-typescript\release\output.js:43:22
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[10:04:38] 'backend_ss2-no-dep' errored after 2.41 s
[10:04:38] 'default' errored after 11 s
The module seems to be missing from the source files for this version. Does anyone now how I could resolve this error? Is there something I am missing when setting up my environment?Steve Goldberg
06/01/2022, 10:13 AMSteve Goldberg
06/01/2022, 10:16 AMexport interface PageTypeSettings {
[keys: string]: string;
}
That should work around the problem. If you still experience difficulty, you can raise a case and reference issue 671650GWilliams
06/01/2022, 10:17 AMSteve Goldberg
06/01/2022, 10:20 AMGWilliams
06/01/2022, 10:22 AMGWilliams
06/01/2022, 10:22 AMGWilliams
06/01/2022, 10:22 AMSteve Goldberg
06/01/2022, 10:24 AM