m-ret

Results 8 comments of m-ret

I am having an issue with this ``` remote: ERROR in multi vendors remote: Module not found: Error: Cannot resolve module 'react-hot-loader' in /tmp/build_bd7d08da71108726a745c1e7012caf26/app remote: @ multi vendors remote: remote:...

I have this error when I enter to that url after running npm run start ``` TypeError: Cannot read property 'meta' of undefined at /Users/Marcelo/Documents/Projects/Greencube-Projects/fruitspot/dist/server.js:298:46 at /Users/Marcelo/Documents/Projects/Greencube-Projects/fruitspot/node_modules/react-router/lib/match.js:58:5 at /Users/Marcelo/Documents/Projects/Greencube-Projects/fruitspot/node_modules/react-router/lib/useRoutes.js:120:15 at...

I run `npm run build`, then commit my changes and then `push staging master` when that push is on the terminal, I get the error I pasted in my first...

I am reading those links. But in dev mode everything is fine. The issue comes when I upload the app to Heroku. And actually the issue seems to be with...

Actually I know what happened now I removed HtmlHeaderTags from the folder `app/Documents` that component is ``` // LIBRARY import React from 'react'; import Helmet from 'react-helmet'; // TODO: do...

I fixed that issue with Helmet, but Heroku not working yet due to the same issue with React hot loader.

Hey, do not worry, I just fix it, the issue is in the package.json, react-hot-loader was in DevDependencies instead of Dependencies.