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

Samples browser fails with eslint errors when compiling under a Japanese Windows OS #387

Open
turbobobbytraykov opened this issue Oct 24, 2023 · 0 comments

Comments

@turbobobbytraykov
Copy link
Contributor

Use Windows with language and culture set to Japanese.
Do npm run build
The following errors appear:

Syntax error: Identifier expected (75:59)

src\samples\grids\grid\cell-editing-sample\WebGridCellEditSampleRoleplay.ts
Line 110:25: Irregular whitespace not allowed no-irregular-whitespace
Line 134:25: Irregular whitespace not allowed no-irregular-whitespace

src\samples\grids\grid\column-pinning-right-side\AthletesDataExtended.ts
Syntax error: ',' expected (2179:25)

src\samples\grids\grid\column-resize-styling\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\conditional-cell-style-1\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\conditional-cell-style-2\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\row-paging-basic\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\row-paging-options\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\toolbar-sample-1\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\toolbar-sample-2\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\toolbar-sample-3\AthletesData.ts
Syntax error: ',' expected (1333:25)

src\samples\grids\grid\toolbar-style\AthletesData.ts
Syntax error: ',' expected (1333:25)

Search for the keywords to learn more about each error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant