Closed svdimitr closed 1 week ago
Make sure the following commands pass.
cd examples/ecommerce-jewellery-store
npm ci
npm run build
Currently npm ci
says that there is divergency in package.json and package-lock.json
If I run npm i
instead of npm ci
and after that
npm run build
it fails with
error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
Make sure the following commands pass.
cd examples/ecommerce-jewellery-store npm ci npm run build
- Currently
npm ci
says that there is divergency in package.json and package-lock.json- If I run
npm i
instead ofnpm ci
and after thatnpm run build
it fails with error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
The npm ci
command is fixed along with the --jsx
flag. There are some build errors that were caused here https://github.com/telerik/kendo-react/pull/2687/commits/2ab47f883a84f9b9a002cefcb97a3297c09c40ba and we are fixing
Related to https://github.com/telerik/kendo-react-private/issues/4360
The PR is opened so that we can deploy what we have so far. Polishing of the UI will be added in the next two days. The following discrepancies with the design can be expected: