427 comments found.
Hey your React theme doesn’t work because of outdated dependencies.. I would love to use it if you can help me resolve these so it will build / run
Hey, sorry for the delayed answer.
To provide you with more accurate help, could you please share a bit more about the issue. What kind of error did you face?
You can share some screenshots if that is more convinient way for you via e-mail: product@aspirity.com or on our Discord server
Thanks!
Hey, there are a lot of NPM conflicts which leave critical dependency vulnerabilities. What is your suggestion?
Please i have been getting the following error, npm ERR! Missing script: “start” npm ERR! npm ERR! Did you mean one of these? npm ERR! npm star # Mark your favorite packages npm ERR! npm stars # View packages marked as favorites npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run
npm ERR! A complete log of this run can be found in:
Hello, emejegideons,
Unfortunately, we can’t see the log. Could you please contact us via e-mail at product@aspirity.com and send it?
Thank you! Aspirity team
when i’m trying install getting error like that Unsupported platform for fsevents@2.3.2: wanted {os“} (current: {os“})
Hey,
fsevents is specific lib for MacOS, but it doesn’t beak anything on other OSes. You can install the template anyway.
We will consider to get rid of it in the next release.
Here you can check how to solve this:
Hope it helps,
Best regards, Aspirity team
Hello, my download from themeforest did not include the code for the calendar app that was shown in the live preview
update: found location of code no need for reply to above comment
Hey,
Thansk for the update.
Have a nice day 
Hey, I couldn’t find in the Documentation how to start. For example: set the first page to landing page. Set /login to the login page. my license is 9776b49a-45dd-46cb-b907-2927efe5f05b
Hey,
Just change the highlighted line to what you want. Here is a screenshot with path and lines for change.
If you need limited access, you should google “protected route” and write a wrapper for Route component.
In our template we use this library, you can check it’s docs following the link.
https://v5.reactrouter.com/web/example/basic
Hope it helps.
For Laravel it is better to find some alias like this for instance: https://laravel-mix.com/docs/6.0/aliases
Or global change the @/ to ./src/ (definitely there is an option in your IDE) it should work, but it is not the best way.
We do not really know Laravel well, so maybe there are better ways. But these should work. Hope it helps.
Best regards,
It is all about Laravel. It would be better to search for the best answers within Laravel communities. Cannot guarantee we know best about Laravel.
URLs should be like that: depending public folder.
About styles looks like some of them are connected and some are not. It might be a solution to look through https://laravel.com/docs/9.x/mix#sass
Hope it hepls.
Maybe images are displaying from RTL instead of LTR. I have provided LTR direction but even then it is not working.
Hi!
We don’t use this library in our project. There are things that could go wrong and it is hard to say for sure. Some issues with styles most likely.
Could you please send the code of the component that works wrong: https://gist.github.com/ so I can show it to our devs and ask for some guidelines.
Thanks!
Best regards, Aspirity team
I am missing all these images: points-sm.png plus-lg.png plus-md.png plus-sm.png point.png autorization.png video.png sin-lg.png sin-md.png points-md.png fav.ico
You can see the errors on console on your landing page. I need to resolve them ASAP.
Hi!
These images you can get from the archive. The root is template\public\img\landing\decor. You can redownload the archive if something is missed.
And about those errors you’ve mentioned. Could you please drop us some screenshots? We cannot find any errors there.
Feel free to e-mail here if any questions.
Thanks a lot!
Best regards, Aspirity team.
Hi, Can I get access to the figma file please? I want to check its hierarchy
Thanks; Riki
Hi Riki!
Please drope a line on our e-mail we will share some examples.
Have a good day!
Aspirity team 
Hi,
I am facing some problem with the multi-level menu. There is always a between two sub-menus in collapse mode. For example
> Product List >> Products >>> New >>> All > // Blank space >> Category >>> New >>> All
I don’t know how suitable the above example is. It would be better if i can share a screenshot of the problem.
Can you please share how to solve the issue.
Thanks
Hi!
It defentley would be better to check a screenshot. You can send it on e-mail or join the discord server and share there.
Thanks a lot!
This does not work on Windows…
npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {os“} (current: {os“}) npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: undefined npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64
Hi!
We got the issue, I’ve addressed it to our devs. I’ll update the answer with some guidelines as soon as I get the answer.
Sorry for the long waiting.
Hi, is this material UI theme, meaning it suports all the material ui react components?
Hi!
We use Material UI 4 , and you can use all its’ components.
There might occur some issues with using the new one if you need the last version, however, it is fixable.
Have a nice week!
I couldn’t install the seed, I had the next error. What can I do?
36 verbose stack Error: Unsupported platform 36 verbose stack at checkPlatform (/usr/local/lib/node_modules/npm/node_modules/npm-install-checks/index.js:35:25) 36 verbose stack at Arborist.[checkPlatform] (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-i> 36 verbose stack at Arborist.[checkEngineAndPlatform] (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arboris> 36 verbose stack at Arborist.buildIdealTree (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-id> 36 verbose stack at async Promise.all (index 1) 36 verbose stack at async Arborist.reify (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:14> 36 verbose stack at async Install.install (/usr/local/lib/node_modules/npm/lib/install.js:170:5) 37 verbose pkgid fsevents@2.3.2 38 verbose cwd /home/jjorge/src/netkae/seed-auth 39 verbose Linux 5.4.0-96-generic 40 verbose argv ”/usr/local/bin/node” ”/usr/local/bin/npm” “install” 41 verbose node v16.13.2 42 verbose npm v8.1.2 43 error code EBADPLATFORM 44 error notsup Unsupported platform for fsevents@2.3.2: wanted {os“} (current: {os“}) 45 error notsup Valid OS: darwin 45 error notsup Valid Arch: undefined 45 error notsup Actual OS: linux 45 error notsup Actual Arch: x64 46 verbose exit 1
Hi!
Try reinstall or update node.js. It helps in most cases.
Here is more info on how to update node
Best regards, Aspirity team
I can’t run the seed. I have the next error. Please help me npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {os“} (current: {os“}) npm ERR! notsup Valid OS: darwin npm ERR! notsup Valid Arch: undefined npm ERR! notsup Actual OS: linux npm ERR! notsup Actual Arch: x64
Hi!
Try reinstall or update node.js. It helps in most cases.
Here is more info on how to update node
Best regards, Aspirity team
Hi team, Could you please explain this ”@mixins directify($directions)” , ”@function directed($key)” and how to use it? I have no idea how to use it in my project?
hello, Can you help me please we have bought Easy Dev Theme React and Redux in march 2020. I think we have a 2.0 version of the theme. In this theme, we have done a lot of development and we are thinking to move on to your latest Theme Version 3.7 for more development…..I just need to know if we move from 2.0 to 3.7 version so (1) what is the process? (2) what kind of issues we may be faced as we have our custom development too? (3) should upgrading the library and upgraded version may distract our development?
Hello!
Theoretically, you can try to migrate to the 3.7 ver. of the template. However, the difference between 2.0 and 3.7 is gigantic. We’ve implemented hooks, changed many libraries. Only the design part wasn’t changed big time. The rest of the template become almost completely different since 2.0.
You should cover the entire app with tests after the migration. And then fixing all issues that might occur one by one. It is a huge amount of refactoring work. We are afraid there is no way to do it smoothly and quickly.
Best regards, Aspirity team.
hello, Can you help me please we have bought Easy Dev Theme React and Redux in march 2020. I think we have a 2.0 version of the theme. In this theme, we have done a lot of development and we are thinking to move on to your latest Theme Version 3.7 for more development…..I just need to know if we move from 2.0 to 3.7 version so (1) what is the process? (2) what kind of issues we may be faced as we have our custom development too? (3) should upgrading the library and upgraded version may distract our development?
Hello!
Theoretically, you can try to migrate to the 3.7 ver. of the template. However, the difference between 2.0 and 3.7 is gigantic. We’ve implemented hooks, changed many libraries. Only the design part wasn’t changed big time. The rest of the template become almost completely different since 2.0.
You should cover the entire app with tests after the migration. And then fixing all issues that might occur one by one. It is a huge amount of refactoring work. We are afraid there is no way to do it smoothly and quickly.
Best regards, Aspirity team.
ok Thank You and one more thing can you please tell me the update pricing I mean if I buy 3.7 version as I already have 2.0 Version what will be the Pricing for me ?
To get 3,7 version you should renew support on the products’ page Not sure how much exactly the price will be.
Feel free to contact us if any issues with getting the new version is occur after renewing support.
Best regards, Aspirity team 
Hello,
I would like to purchase this template to use with Typescript. Could you tell me if this template supports Typescript.
Thanks, Kumar
Hello Kumar,
Unfortunately, there is no Typescript support yet. We are planning to add it in future updates.
Best regards, Aspirity team
Hi, there is a serious issue with using multiple tables inside tabs. When you have more than 1 Tabs and each having a Table then Sorting and other Table Customisers are applied only to first Table.
For, You applied Table Sorting to 2nd Tab Table, but 2nd Tab table will not have these options (like Sorting etc) and these features will be applied to 1st Tab Table.
Hello,
Sorry for the late answer. I had provided this bug to our devs, but we couldn’t locate the issue.
It would be great if you could provide us with the piece of code, or some demonstration so we could provide you with some guidelines to solve it. And to be able to fix it in the next update.
You can contact us via e-mail: product@aspirity.com or our Discord server.
Thanks!
Best regards, Aspirity team