I'm having trouble locating the missing parenthesis. It seems like the issue may not be in this file. Any suggestions on how to troubleshoot this?
I've already disabled optimization
"optimization": false
./src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Transform failed with 1 error:
C:/Users/xxxxx/Desktop/xxxx/xxxxxx/src/app/Components/home/home.component.less:508:38: ERROR: Expected ")" to end URL token
./src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Transform failed with 1 error:
C:/Users/xxxxx/Desktop/xxxx/xxxxx/src/app/Components/home/home.component.less:508:38: ERROR: Expected ")" to end URL token
The File in Question
@import "../../../styles.less";
@import "../../../assets/StyleSheets/Tag.less";
@import "../../../assets/StyleSheets/Buttons.less";
@import "../../../assets/StyleSheets/Tabs.less";
@import "../../../assets/StyleSheets/Modal.less";
@import '../../../assets/StyleSheets/Colors.less';
@import '../../../assets/StyleSheets/Inputs.less';
@import '../../../assets/StyleSheets/Alerts.less';
angular version
Angular CLI: 16.2.0
Node: 20.5.1 (Unsupported)
Package Manager: npm 9.8.1
OS: win32 x64
Angular: 16.2.1
... animations, cdk, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1602.0
@angular-devkit/build-angular 16.2.0
@angular-devkit/core 16.2.0
@angular-devkit/schematics 16.2.0
@angular/cli 16.2.0
@angular/http 7.2.16
@schematics/angular 16.2.0
rxjs 7.8.1
typescript 5.1.6
zone.js 0.13.1