Discussion on Egret - React Redux Admin Dashboard Template

Discussion on Egret - React Redux Admin Dashboard Template

By
Cart 254 sales
Well Documented

ui-lib supports this item

Supported

This author's response time can be up to 2 business days.

80 comments found.

Hello Author we just purchased, your admin react template, finding it difficult to install it , we need your help with the installaion on our Server . Await your response asap.

please send Your query here https://support.ui-lib.com/

I have sent a support tickect

Hi I use your Egret Angular 14 and it is excellent, it supports RTL. but Egret version for React dosn’t support RTL !!! am I correct or wrong ? can you clarify this ? thanks

Hi, sorry for late reply, Egret react does not support RTL.

For further query please send us email at support[at]ui-lib.com

Hi is it using react functional components now ??

Hi, it uses react class component.

Hello,

I need to apply React.Lazy and React.Suspense as describe in the following video to egret theme: https://www.youtube.com/watch?v=5ZFK_5V8VpI

Unfortunately I haven’t found anyway to do that. Kindly guide me through it and also how I can decrease me chunk size which are produce after running the command npm run build.

Thank you.

Hello,

Kindly close my ticket. As I just found out that you are using react-loadable npm which is doing exactly what I want.

Really sorry to bother you.

Keep up the good work.

Thank you.

Welcome

does this still work? i tried installing and there’s just a wall of errors.

We’re going to update the template soon.

Thanks for your great work. Are you planning to add typescript, redux toolkit and react hook form. Best regards.

Hi, we’ve plan to add react hook but can not assure when we’ll be able to release that feature. Thanks

I am not able to get the application start after doing a npm npm install and npm start. Getting the following error Failed to compile.

./src/_index.scss (./node_modules/css-loader/dist/cjs.js??ref-6-oneOf-5-1\\./node_modules/sass-loader/lib/loader.js??ref-6-oneOf-5-3!./src/_index.scss) Error: ENOENT: no such file or directory, scandir ‘C:\Users\Vicky\Desktop\template\template\node_modules\node-sass\vendor’ Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat ‘C:\DumpStack.log.tmp’

Can you use node v14? or v12?

Strange I just try to install it on my windows. Version of node js is ok. But there is error. 1. Make sure if is installed on your computer. 2. Open terminal and navigate to root /egret-react directory and run npm install to install dependencies. 3. Again in that terminal run npm install create-react-app to install React Framework.

I follow documention but still error.

Added database configs too firebase.

Error: Cannot instantiate firebase-firestore.js – be sure to load firebase-app.js first. ./node_modules/firebase/firebase-firestore.js F:/Tutorial/project/egret/node_modules/firebase/firebase-firestore.js:9908 webpack_require F:/Tutorial/project/egret/webpack/bootstrap:786 783 | }; 784 | 785 | // Execute the module function > 786 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId)); | ^ 787 | 788 | // Flag the module as loaded 789 | module.l = true;

This type of error showing.

Can you update firebase to 8.6.7? run “npm i firebase@8.6.7

./src/app/services/firebase/firebaseAuthService.js Module not found: Can’t resolve ‘firebase/app’ in ‘F:\Tutorial\project\egret\src\app\services\firebase’ This is also error on frontend.

Please try installing firebase “npm i firebase”

I did recently install it but it show error. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! grpc@1.23.3 install: `node-pre-gyp install—fallback-to-build—library=static_library` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the grpc@1.23.3 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\1229c\AppData\Roaming\npm-cache\_logs\2021-07-11T21_50_42_445Z-debug.log

I am using npm version – 7.14.0 node version – v16.1.0

while installing node modules i am getting error

something like this

command failed npm ERR! command sh -c node-pre-gyp install—fallback-to-build—library=static_library

``` npm ERR! node-pre-gyp ERR! node -v v16.1.0 npm ERR! node-pre-gyp ERR! node-pre-gyp -v v0.13.0 npm ERR! node-pre-gyp ERR! not ok ```

Hi, Can you try node current LTS v14?

now are you using function component?

Can I see sample source code before purchase?

Hi, we are using class component.

How do I switch to my firebase account? I updated the firebaseConfig and uncommented

constructor() {
  // UNCOMMENT IF YOU WANT TO USE FIREBASE
this.init();
this.auth = firebase.auth();
this.firestore = firebase.firestore();

update the function “firebaseLoginEmailPassword” in src/app/redux/actions/LoginActions.js,

then use it inside “handleFormSubmit” in src/app/views/sessions/SignIn.jsx

use function component or class component?

Right now it’s class component. we’re going to update soon.

CRUD feature uses React Redux?

No, we used service approach with REST api mock data server.

Hello,

Resend you the email on uilib.help@gmail.com

Kindly let me know if you have received it.

Thank you.

Hello, a few days ago I acquired this template to be able to adjust it to a personal project. I want to know if you have the updated template for a more recent version of React and also material-ui. Thanks

We’ve not updated the template yet. We’ll update soon. You can update the package versions in package.json. Everything should work fine. If you face any issue let us know. Thanks

Hi. Try to update the dependencies of the package.json but the process fails.

can you share the error message? you can share a screenshot at support@ui-lib.com

Hello,

I have just purchased your theme. But when I am trying to run Socket IO Library (npm socket.io-client) it does not work at all. Kindly let me know how to fix this issue.

Thank you.

Problem is that I have completed the whole project on your template. If I migrate it to some other template it will take more time.

Kindly try to fix the issue. Also kindly give me estimated fixing time.

Thank you.

I have finally found the solution. Actually new versions of socket were not only working with your theme but with simple reactjs app as well. I Have revert to the following versions now they are working fine:

"socket.io": "2.3.0",
   "socket.io-client": "2.3.0",
   "socket.io-redis": "^5.3.0",

Thank you for your support and no need for refund.

Best Regards

Thanks! you are awesome :)

Ok. With that I could get the app running, but I get other errors. (See below). Also, I would like to use latest versions of packages. Could we do that? % npm install npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated fsevents@2.0.6: “Please update to latest v2.3 or v2.2” npm WARN deprecated eslint-loader@2.1.2: This loader has been deprecated. Please use eslint-webpack-plugin npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart() npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated @hapi/address@2.1.4: Moved to ‘npm install @sideway/address’ npm WARN deprecated html-webpack-plugin@4.0.0-beta.5: please switch to a stable version npm WARN deprecated babel-eslint@10.0.1: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 npm WARN deprecated @hapi/joi@15.1.1: Switch to ‘npm install joi’ npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 npm WARN deprecated highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. npm WARN deprecated material-ui@1.0.0-beta.47: You can now upgrade to @material-ui/core

added 1977 packages, and audited 1978 packages in 45s

63 packages are looking for funding   run `npm fund` for details

17 vulnerabilities (11 low, 1 moderate, 5 high)

To address all issues (including breaking changes), run:   npm audit fix—force

Run `npm audit` for details.

  1. npm audit report

axios  <0.21.1 Severity: high Server-Side Request Forgery – https://npmjs.com/advisories/1594 fix available via `npm audit fix—force` Will install axios@0.21.1, which is a breaking change node_modules/axios

immer  <8.0.1 Severity: high Prototype Pollution – https://npmjs.com/advisories/1603 fix available via `npm audit fix—force` Will install react-scripts@4.0.3, which is a breaking change node_modules/immer   react-dev-utils  6.0.6-next.9b4009d7 – 11.0.2   Depends on vulnerable versions of immer   node_modules/react-dev-utils     react-scripts  0.10.0-alpha.328cb32e – 4.0.0-next.117     Depends on vulnerable versions of react-dev-utils     Depends on vulnerable versions of terser-webpack-plugin     Depends on vulnerable versions of webpack-dev-server     node_modules/react-scripts

node-fetch  <=2.6.0 || 3.0.0-beta.1 – 3.0.0-beta.8 Denial of Service – https://npmjs.com/advisories/1556 fix available via `npm audit fix—force` Will install material-ui@0.20.2, which is a breaking change node_modules/node-fetch   isomorphic-fetch  2.0.0 – 2.2.1   Depends on vulnerable versions of node-fetch   node_modules/isomorphic-fetch     fbjs  0.7.0 – 1.0.0     Depends on vulnerable versions of isomorphic-fetch     node_modules/fbjs       react-event-listener  0.2.0 – 0.3.0 || 0.4.4 – 0.5.10       Depends on vulnerable versions of fbjs       node_modules/react-event-listener         material-ui  >=0.15.1         Depends on vulnerable versions of react-event-listener         Depends on vulnerable versions of react-scrollbar-size         Depends on vulnerable versions of recompose         node_modules/material-ui         react-scrollbar-size  1.0.0 – 2.1.0         Depends on vulnerable versions of react-event-listener         node_modules/react-scrollbar-size       recompose  >=0.18.0       Depends on vulnerable versions of fbjs       node_modules/react-google-maps/node_modules/recompose       node_modules/recompose         react-google-maps  >=8.0.0         Depends on vulnerable versions of recompose         node_modules/react-google-maps

serialize-javascript  <=3.0.0 Severity: high Cross-Site Scripting – https://npmjs.com/advisories/1426 Remote Code Execution – https://npmjs.com/advisories/1548 fix available via `npm audit fix—force` Will install react-scripts@4.0.3, which is a breaking change node_modules/serialize-javascript   terser-webpack-plugin  <=1.4.1   Depends on vulnerable versions of serialize-javascript   node_modules/terser-webpack-plugin     react-scripts  0.10.0-alpha.328cb32e – 4.0.0-next.117     Depends on vulnerable versions of react-dev-utils     Depends on vulnerable versions of terser-webpack-plugin     Depends on vulnerable versions of webpack-dev-server     node_modules/react-scripts

yargs-parser  <=13.1.1 || 14.0.0 – 15.0.0 || 16.0.0 – 18.1.1 Prototype Pollution – https://npmjs.com/advisories/1500 fix available via `npm audit fix—force` Will install react-scripts@4.0.3, which is a breaking change node_modules/webpack-dev-server/node_modules/yargs-parser   yargs  4.0.0-alpha1 – 12.0.5 || 14.1.0 || 15.0.0 – 15.2.0   Depends on vulnerable versions of yargs-parser   node_modules/webpack-dev-server/node_modules/yargs     webpack-dev-server  2.0.0-beta – 3.10.3     Depends on vulnerable versions of yargs     node_modules/webpack-dev-server       react-scripts  0.10.0-alpha.328cb32e – 4.0.0-next.117       Depends on vulnerable versions of react-dev-utils       Depends on vulnerable versions of terser-webpack-plugin       Depends on vulnerable versions of webpack-dev-server       node_modules/react-scripts

17 vulnerabilities (11 low, 1 moderate, 5 high)

To address all issues (including breaking changes), run:   npm audit fix—force

If you are able to run the app then you don’t have to worry about the package warnings. we’re going to update all the packages soon, in the mean time you can try the latest version of packages.

Please let me know if you are not able to fix the issues. I will need the refund. Thank you.

We will check the issue and update you soon . thanks

node-pre-gyp ERR! node -v v14.15.3 node-pre-gyp ERR! node-pre-gyp -v v0.13.0 node-pre-gyp ERR! not ok Failed to execute ’/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build—fallback-to-build—library=static_library

Disappointed! So many errors during npm install.

More errors: ./src/styles/_app.scss (./node_modules/css-loader/dist/cjs.js??ref-5-oneOf-6-1\\./node_modules/resolve-url-loader??ref-5-oneOf-6-3\\./src/styles/_app.scss) Error: Can’t resolve ‘~swiper/dist/css/swiper.min.css’ in ’/Users/sharad/ntai/wireframe/egret-react-admin/egret/src/styles’

Firebase is creating the issue with your node version. If you need firebase then you should downgrade your nodejs version to v12. Otherwise, you need to remove firebase from package.json and you can keep your current node version. I suggest you to use current LTS version which is v14.15.2 Then remove firebase related code (comment out line 1,2,3,32 of firebaseAuthService.js)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey