Discussion on Reactify - React Redux Material BootStrap 4 + Laravel Admin Template

Discussion on Reactify - React Redux Material BootStrap 4 + Laravel Admin Template

Cart 1,419 sales
Well Documented

IronNetwork does not currently provide support for this item.

405 comments found.

do you have a version without firebase? i have my own API with jwt

Hi,

As if now there is no version without firebase but you can easily remove firebase from the app. To remove firebase from the app check the documentation link https://iron-network.gitbook.io/reactify/faqs#how-to-completely-remove-firebase.

Thanks!

Hi,

I have a question about your Admin Tool. I would like to use this admin to manage my Firebase FireStore app that has features like:

• Chat Room and 1-on-1 chat. • Contact Form. • Blog Content like Articles, Videos…CMS. • eCommerce • and more…

I would like to know if your admin tool can connect to a firebase app.

Do I have to be an expert in React.js and Node.js to configure the tool to work with my firebase databases?

Do you provide instructions on how to connect with Firebase Firestore tool?

Does admin tools support Firebase Firestore CRUD?

Regarding licensing, what if I need to use/connect the admin tool to multiple firebase apps or a mobile SaaS?

I am a mobile developer who focus mainly on iOS Objective-C and Swift. I’m slowing getting back into JS and React but don’t have time to learn all the Can I hire or pay extra for customization that is outside of support

Thanks

Hi,

You can add those features in your app with the Reactify template. Here are the answers to your queries:-

-Chat room: we provide the interface for 1 on 1 chat, but you will have to use your apis to make it functional

- Reactify is already connected with firebase. We have used Firebase Authentication in the template for login as sample.

- Yes you need to be familiar with React.js and Node.js to configure the tool to work with firebase databases.

- Yes we can provide instructions on how to connect with Firebase Firestore tool, here is a link to our documentation

https://iron-network.gitbook.io/reactify

- Currently our template is not connected with Firestore but we can provide you the instructions to connect with Firestore.

- You need to buy an extended license

- Yes you can hire a developer from us, you can reach us directly at support@theironnetwork.org for more details.

Thanks!

Hi, beautiful design, but after i start developing my own component and realize that this theme contains 2 major ui ( reactstrap and material ui) is it better if i only use either 1 , or both is part of the themes?

Hi,

Yes both of the part of the template. You can use any component of reactstrap and material UI.

Thanks

Hi

What options are available to help me integrate this app into my Django web application ?

I have successfully configured my Django app to serve the ReactJS app created by using create-react-app so that when I access my Django app’s url – the ReactJS app is served. Its a really convenient setup.

The problem is I when I try and integrate more complicated dashboards – there’s always a problem. I don’t mind purchasing this template – but I need to be sure that I can actually use it the way I described above (as the static assets (HTML, CSS, JS) of my Django app (which functions as the API server).

Thanks Dave

Hi,

Currently we don’t have any steps or instructions for integrate with Django web application. But you can follow the given below links to integrate reactjs with Django web application. We can help you better if you provide a sample of your Django web application.

https://www.techiediaries.com/create-react-app-django/ https://www.valentinog.com/blog/tutorial-api-django-rest-react/

Thanks!

Hi, i’m trying to install Reactify

Using: Node 8.12.0

npm install WORKS

npm start ERROR

Syntax Error: Unexpected token (18:4)

16 |   const MainApp = require('./App').default;
 17 |   ReactDOM.render(
18 |     <MainApp />,
    |     ^
 19 |     rootEl
 20 |   );
 21 | };

Can you help me?

Hi,

It seems hidden files are missing such as .babelrc. So please make sure you have copied all the project files including the hidden files too.

Let us know if it works for you.

Thanks !

Hi, I’m trying to use it to build a project, however, mobx does not work in this template (Just a simply mobx & mobx-react component won’t work, the observable component becomes a wrapper).

Is there any way to solve this?

Thanks

Hi,

We have checked on our side it’s working properly. In your side the issue might be on the .babelrc configuration file. Here are the following instructions to add mobx in the template:-

1. Install mobx and mobx-react modules by running the given below of command.

npm install—save mobx mobx-react

2. Install Babel Legacy Decorator plugin by running the given below of command

npm install—save-dev babel-plugin-transform-decorators-legacy

3. Add the given below of line in the .babelrc file. You can find this file under the project root directory.

{ “presets”: [ “env”, “react”, “stage-2” ], “plugins”: [ “transform-decorators-legacy”, “react-hot-loader/babel” ] }

That’s It, These above steps will help you to add mobx in the template.

Let us know if it works for you or not.

Thanks!

Hi, i had bought your admin panel build on react, and i am trying to integrate it to my laravel app. I see that you have already laravel build of yours panel, i tried to move important files from your laravel app to my, But i get an errors – for example “Failed to load http://reactify.theironnetwork.org/data/testimonials.js: Request header field X-CSRF-TOKEN is not allowed by Access-Control-Allow-Headers in preflight response.”. The files i moved is a resources js and sass. Images from public, package.json and .lock, also config for .eslintrc.babelrc. What files i forgot to remove, in order make it works.

Hi. Have you changed something in new updates?? I was running backend and reactify in docker containers and it was running fine when I was passing the backend IP address in ‘docker run -e’ tag. But now it is not picking up the value I am passing while running the docker command???

Hi,

You can check this link https://iron-network.gitbook.io/reactify/changelog to know what changes we did in the new update. Let us know if you need anything else.

Thanks!

i need help to translate placeholder inputs

Hi,

To translate the input placeholder with intl messages, you just need to follow the instructions which are given in the screenshots:

Screenshot for translate input placeholder:https://tinyurl.com/y784c5mh

Let us know if it works for you or not.

Thanks!

i need help to translate placeholder inputs

Hi,

To translate the input placeholder with intl messages, you just need to follow the instructions which are given in the screenshots:

Screenshot for translate input placeholder:https://tinyurl.com/y784c5mh

Let us know if it works for you or not.

Thanks!

Hi… love the template… what are your dependencies on jquery?

Hi,

We have used jquery in some components like to build jVector maps, mail, chat and todo mdoules scrollbar.

Thanks!

do you have any version that uses the React Context api ? we are looking to move from Redux to the built in Context system.

Hi,

Currently we don’t have Context api version.

Thanks!

Hello http://reactify.theironnetwork.org/app/dashboard/ecommerce their is product report dowload , do you have any pdf dowload thing librabry.

Hi,

There is no need of library to download pdf thing. You just need to add a file path on the download link, it will download the file.

Thanks! Let us know if you need anything else.

Hi, I recently purchased the Reactify theme. Since, Im not a hardcore reactjs developer, it was great if there was a documentation that explain step by step process to install the theme. As of now i couldnt find any documentation of such. Please provide with the details to install the theme. Thanks and awaiting your reply.

Hi,

Here is the documentation link

https://iron-network.gitbook.io/reactify

Let us know if you need anything else. Thanks and have lovely day ahead.

I am trying to make a docker image of reactify and it is giving error. The simple docker file ran successfully but the image size was too large. To make it efficient I did this and now it is throwing error on 3rd last line:

Docker File: FROM node:8.10.0 as builder RUN mkdir /usr/src/app WORKDIR /usr/src/app ENV PATH /usr/src/app/node_modules/.bin:$PATH COPY package.json /usr/src/app/package.json RUN npm install—silent RUN npm install react-scripts@1.1.1 -g—silent COPY . /usr/src/app RUN npm run build
  1. production environment FROM nginx:1.13.9-alpine COPY—from=builder /usr/src/app/build /usr/share/nginx/html EXPOSE 3000 CMD [“nginx”, “-g”, “daemon off;”] ***
Error: COPY failed: stat /var/lib/docker/overlay2/a3bf15e94eac3327b608c8ea33af594d586/merged/src/app/build: no such file or directory

Actually it is not creating the build folder….

“Cannot GET / ” error when i go to the url localhost:3000, please helpme.

Hi,

Can you elaborate us what changes you did in the project files. Also describe the steps you did to run the project. You can reach us directly at support@theironnetwork.org , please mention the project name and purchase code.

Thanks!

hi, i just bought this themes, try to run it and it keep giving me error on npm install

> grpc@1.10.1 install /Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc > node-pre-gyp install—fallback-to-build—library=static_library

node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/node-v64-darwin-x64-unknown.tar.gz node-pre-gyp ERR! Pre-built binaries not found for grpc@1.10.1 and node@10.11.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp ERR! Pre-built binaries not installable for grpc@1.10.1 and node@10.11.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp ERR! Hit error Connection closed while downloading tarball file CXX Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o CXX Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o rm: ./Release/.deps/Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o.d.raw: No such file or directory make: * [Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o] Error 1 gyp CXX Release/obj.target/grpc/deps/grpc/src/core/lib/avl/avl.o ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12) gyp ERR! System Darwin 18.0.0 gyp ERR! command ”/usr/local/Cellar/node/10.11.0/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “build” “-fallback-to-build” “-library=static_library” “-module=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node” “-module_name=grpc_node” “—module_path=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown” gyp ERR! cwd /Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc gyp ERR! node -v v10.11.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute ’/usr/local/Cellar/node/10.11.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build—fallback-to-build—library=static_library—module=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node—module_name=grpc_node—module_path=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown’ (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:962:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5) node-pre-gyp ERR! System Darwin 18.0.0 node-pre-gyp ERR! command ”/usr/local/Cellar/node/10.11.0/bin/node” ”/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/node_modules/.bin/node-pre-gyp” “install” “-fallback-to-build” “-library=static_library” node-pre-gyp ERR! cwd /Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc node-pre-gyp ERR! node -v v10.11.0 node-pre-gyp ERR! node-pre-gyp -v v0.7.0 node-pre-gyp ERR! not ok Failed to execute ’/usr/local/Cellar/node/10.11.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build—fallback-to-build—library=static_library—module=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node—module_name=grpc_node—module_path=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown’ (1) CXX Release/obj.target/grpc/deps/grpc/src/core/lib/backoff/backoff.oexec install script In file included from ../deps/grpc/src/core/lib/backoff/backoff.cc:19:iled to exec install script In file included from ../deps/grpc/src/core/lib/backoff/backoff.h:22: In file included from ../deps/grpc/src/core/lib/iomgr/exec_ctx.h:27: ../deps/grpc/src/core/lib/iomgr/closure.h:25:10: fatal error: ‘grpc/support/alloc.h’ file not found #include <grpc/support/alloc.h> ^~~~~~~~~~~~ 1 error generated.░⸩ ⠸ install: info lifecycle grpc@1.10.1~install: Failed to exec install script make: * [Release/obj.target/grpc/deps/grpc/src/core/lib/backoff/backoff.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12) gyp ERR! System Darwin 18.0.0 gyp ERR! command ”/usr/local/Cellar/node/10.11.0/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “build” “-fallback-to-build” “-library=static_library” “-module=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node” “-module_name=grpc_node” “—module_path=/Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown” gyp ERR! cwd /Users/michaelrinaldo/Downloads/reactify-v4.2.0-new/reactify-laravel/reactify-redux-saga/node_modules/grpc gyp ERR! node -v v10.11.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok

can i get help on this, thanks.

Hi,

It seems like you have installed nodejs version 10 in your machine, please use the version 9 or below, as we are waiting on the release of stable versions of the module and then we will update the template.

Thanks! Let us know if you need anything else.

okay, already update and now working thanks

Hi getting dis error:-

ERROR  Failed to compile with 3 errors                                                                                                                                                          10:23:32 AM
error  in ./src/assets/scss/_style.scss

Module build failed: ModuleBuildError: Module build failed: Error: ENOENT: no such file or directory, scandir ’/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/vendor’

at Object.fs.readdirSync (fs.js:861:3)
at Object.getInstalledBinaries (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/extensions.js:129:13)
at foundBinariesList (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/binding.js:15:30)
at Object.<anonymous> (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
at Module.load (internal/modules/cjs/loader.js:589:32)
at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
at Function.Module._load (internal/modules/cjs/loader.js:520:3)
at Module.require (internal/modules/cjs/loader.js:626:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/sass-loader/lib/loader.js:3:14)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at runLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:242:20)
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:364:11
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:170:18
at loadLoader (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/loadLoader.js:27:11)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:169:2)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:165:10)
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:173:18
at loadLoader (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/loadLoader.js:36:3)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:169:2)
at runLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:362:2)
at NormalModule.doBuild (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:225:3)
at NormalModule.build (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:343:15)
at Compilation.buildModule (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/Compilation.js:361:10)
at moduleFactory.create (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/Compilation.js:717:12)
at factory (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModuleFactory.js:366:6)
at hooks.afterResolve.callAsync (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModuleFactory.js:143:13)
@ ./src/lib/reactifyCss.js 33:0-34
@ ./src/App.js
@ ./src/index.js
@ multi (webpack)-dev-server/client?http://0.0.0.0:3000 babel-polyfill react-hot-loader/patch ./src/index.js
error  in ./node_modules/react-credit-cards/src/styles.scss

Module build failed: ModuleBuildError: Module build failed: Error: ENOENT: no such file or directory, scandir ’/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/vendor’

at Object.fs.readdirSync (fs.js:861:3)
at Object.getInstalledBinaries (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/extensions.js:129:13)
at foundBinariesList (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/binding.js:15:30)
at Object.<anonymous> (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
at Module.load (internal/modules/cjs/loader.js:589:32)
at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
at Function.Module._load (internal/modules/cjs/loader.js:520:3)
at Module.require (internal/modules/cjs/loader.js:626:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/sass-loader/lib/loader.js:3:14)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at runLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:242:20)
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:364:11
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:170:18
at loadLoader (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/loadLoader.js:27:11)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:169:2)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:165:10)
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:173:18
at loadLoader (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/loadLoader.js:36:3)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:169:2)
at runLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:362:2)
at NormalModule.doBuild (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:225:3)
at NormalModule.build (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:343:15)
at Compilation.buildModule (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/Compilation.js:361:10)
at moduleFactory.create (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/Compilation.js:717:12)
at factory (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModuleFactory.js:366:6)
at hooks.afterResolve.callAsync (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModuleFactory.js:143:13)
@ ./src/lib/reactifyCss.js 23:0-45
@ ./src/App.js
@ ./src/index.js
@ multi (webpack)-dev-server/client?http://0.0.0.0:3000 babel-polyfill react-hot-loader/patch ./src/index.js
error  in ./node_modules/video-react/styles/scss/video-react.scss

Module build failed: ModuleBuildError: Module build failed: Error: ENOENT: no such file or directory, scandir ’/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/vendor’

at Object.fs.readdirSync (fs.js:861:3)
at Object.getInstalledBinaries (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/extensions.js:129:13)
at foundBinariesList (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:20:15)
at foundBinaries (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:15:5)
at Object.module.exports.missingBinary (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/errors.js:45:5)
at module.exports (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/binding.js:15:30)
at Object.<anonymous> (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/node-sass/lib/index.js:14:35)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
at Module.load (internal/modules/cjs/loader.js:589:32)
at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
at Function.Module._load (internal/modules/cjs/loader.js:520:3)
at Module.require (internal/modules/cjs/loader.js:626:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/sass-loader/lib/loader.js:3:14)
at Module._compile (internal/modules/cjs/loader.js:678:30)
at runLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:242:20)
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:364:11
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:170:18
at loadLoader (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/loadLoader.js:27:11)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:169:2)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:165:10)
at /Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:173:18
at loadLoader (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/loadLoader.js:36:3)
at iteratePitchingLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:169:2)
at runLoaders (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/loader-runner/lib/LoaderRunner.js:362:2)
at NormalModule.doBuild (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:225:3)
at NormalModule.build (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModule.js:343:15)
at Compilation.buildModule (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/Compilation.js:361:10)
at moduleFactory.create (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/Compilation.js:717:12)
at factory (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModuleFactory.js:366:6)
at hooks.afterResolve.callAsync (/Users/rajesh/developement/Isp_new_template/reactify-v4.2.0-new/seed/reactify(redux-thunk)/node_modules/webpack/lib/NormalModuleFactory.js:143:13)
@ ./src/lib/reactifyCss.js 25:0-51
@ ./src/App.js
@ ./src/index.js
@ multi (webpack)-dev-server/client?http://0.0.0.0:3000 babel-polyfill react-hot-loader/patch ./src/index.js

using seed reactify-thunk project

Did you update your nodejs version? If yes then try running npm rebuild node-sass command in the project-directory terminal. Let us know if works for you. Thanks!

Hi, Glad to find an awesome template, Could help me on solving one error while starting to rectify seed redux-thunk project. Error :-

WAIT  Compiling...                                                                                                                                                                               4:28:49 PM
95% emitting HtmlWebpackPlugin
ERROR  Failed to compile with 1 errors                                                                                                                                                           4:28:50 PM

This dependency was not found:

  • Routes/widgets/data in ./src/components/Widgets/ProjectTaskManagement.js

To install it, you can run: npm install—save Routes/widgets/data

product purchase code:-

Hi,

Can you elaborate us what changes you did in the seed project files. Also describe the what version of Reactify you are using. You can reach us directly via email at support@theironnetwork.org

Thanks!

You still using componentWillReceiveProps and componentWillUpdate in some files. Are these depcrecated methods. Are you going to change them in the next updates?

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