59 comments found.
Hi, after npm installa i have this error:
main % npm audit fix
changed 1 package, and audited 1432 packages in 1s
183 packages are looking for funding run `npm fund` for details
- npm audit report
sweetalert2 >=11.6.14 sweetalert2 v11.6.14 and above contains potentially undesirable behavior – https://github.com/advisories/GHSA-mrr8-v49w-3333 fix available via `npm audit fix` node_modules/sweetalert2
xlsx * Severity: high Prototype Pollution in sheetJS – https://github.com/advisories/GHSA-4r6h-8v6p-xvw6 No fix available node_modules/xlsx
2 vulnerabilities (1 low, 1 high)
To address issues that do not require attention, run: npm audit fix
Some issues need review, and may require choosing a different dependency.
Hi, This is a dependency error, don’t worry, it will not affect your code. Sometime external dependency take time to update based on latest angular version, so you can see this type of error. We always use latest version of dependencies, so whenever compatible version is available it will be resolved.
Thank you
This has not being installed to date can you help?
Hi, please email us on redstartheme@gmail.com with error you faced during installation.
Thank you
Good afernoon, we had two erros in ouer code
1. in structure of the one model Unexpected any. Specify a different type.eslint@typescript-eslint/no-explicit-any .
2. in tsconfig.json Cannot find type definition file for ‘ckeditor__ckeditor5-adapter-ckfinder’. The file is in the program because: Entry point for implicit type library ‘ckeditor__ckeditor5-adapter-ckfinder’ts
Hi, I just download latest version of kuber and check it on my machine, it is working fine. You can see a screenshot here: https://prnt.sc/t5Ye2WwdbXjC
I am using following node and angular version on my machine
Angular CLI: 16.1.8 Node: 18.16.1 Package Manager: npm 9.5.1 OS: win32×64
if you still face an issue, please email us on redstartheme@gmail.com,
Thank you
ho wdo i setup kuber?
Hi, Please refer to this doc https://einfosoft.com/templates/admin/kuber/doc/install.html to set up kuber.
Thank you
Hi again If we could receive the template for angular 15 ? Thank you
Hi, Sure, please share your gmail email address, so I can share the code on Google Drive. You can also email your gmail address on redstartheme@gmail.com.
Thank you
Hi Would it be possible to receive the Template for Angular 14 ?
Yes, I will share with you.
Thank you
CAn you please reommend me anyone who can make this dashboard works?
I am sorry, I have not any recommendation for this.
How can i ad also the Italain languages?
you can check document here : https://einfosoft.com/templates/admin/kuber/doc/multi-lang.html
I need a website working with this dashboard. any one knows how can i do it or anyone can help?
Sorry, only admin panel is available.
Does it reuiered any special hosting in order for the chat to be able to worlk? canb the clinet cht with the emplyees live?
Hi, Template have static data so you have to write code to connect with database and make it dynamic, like live chat. I have no idea about any special hosting for chat, I am sorry for that.
Thank you
So this template wont work as its now?
It will work but with static data, you have to make it dynamic.
How does the employees work adn ad commet to the projecst they are working on?
Hi, currently add comment functionality is not available.
How do i rename the Kuber text and at the top left side? also what are the hosting requiement for thsi to work? including the cha section?
You can rename Kuber on header components in template code, you can use Linux hosting to upload build file.
Thank you
I have downloaded and fire npm install succefully but while ng serve getting error Error: export ‘LegendPosition’ (imported as ‘LegendPosition’) was not found in ’@swimlane/ngx-charts’
src/app/admin/attendance/employee/employee.component.ts:2:10 – error TS2305: Module ’”@swimlane/ngx-charts”’ has no exported member ‘Color’. many more error relatet to chart
Replied you on email.
Thank you
Hello how do I install this software?
Hi, You have to just set up it locally and customize it if you required, build template code and upload to your web hosting. thats it.
You can refer this document for more information: https://einfosoft.com/templates/admin/kuber/doc/install.html
Thank you
Hello does it have check out facilities and how mush for installation?
Hi, Can you please tell me more about your questions? Please email us on redstartheme@gmail.com
Thank you
Live demo is not working, how can i view it?
Hi, It is working fine, please check here https://einfosoft.com/templates/admin/kuber/
Thank you
Hello i want to buy this product but i would like to have documents uploaded form the client side would that be possible?
Hi, You can check template document here https://einfosoft.com/templates/admin/kuber/doc/index.html
Thank you
Hello There, Please I just bought this template. How do I have access to the styles in the scss. For instance, looking at the scss (signin.component.scss) for sign.html under the authentication folder, the content is empty.
Thanks
Hi, You can find all SCSS file in assets/scss directory.
Thank you
Am finding challenges to customise it, like adding fields and removing some, kindly help out
Hi, I will try my best to help you, please email us with details in redstartheme@gmail.com.
Thank you
this will not work for me its better i get a refund and look for something else
Hi
I bought the template but having difficulties running it. I am getting the following error.
./node_modules/xlsx/jszip.js:7853:112 – Error: Module parse failed: Unexpected token (7853:112) File was processed with these loaders: * ./node_modules/@angular-devkit/build-angular/src/babel/webpack-loader.js * ./node_modules/source-map-loader/dist/cjs.js You may need an additional loader to handle the result of these loaders. | * not null. | / > function gen_bitlen(s, desc) / deflate_state s;/ /* tree_desc desc; / the tree descriptor /*/{ | var tree = desc.dyn_tree; | var max_code = desc.max_code;
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can’t find stylesheet to import. ╷ 9 │ @import “@swimlane/ngx-datatable/themes/material.scss”; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src\assets\scss\plugins\_tables.scss 9:9 @import src\assets\scss\style.scss 83:9 root stylesheet
./src/assets/scss/style.scss – Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can’t find stylesheet to import. ╷ 9 │ @import “@swimlane/ngx-datatable/themes/material.scss”; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ src\assets\scss\plugins\_tables.scss 9:9 @import src\assets\scss\style.scss 83:9 root stylesheet
- Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ *
× Failed to compile.
Him To resolve the issue, you just replace one line in _tables.scss
@import "@swimlane/ngx-datatable/themes/material.scss"
with
@import "@swimlane/ngx-datatable/themes/material.css"
(change extension from .scss to css)
If you still face any error, please send error screenshots to redstartheme@gmail.com, so we can understand errors and give you proper resolution
Thank you